1
0

Update with the API in the main project

This commit is contained in:
2017-02-19 12:02:56 +01:00
parent ea96709cec
commit 8ea09dde35
6 changed files with 17 additions and 13 deletions

View File

@ -16,4 +16,9 @@ abstract class AbstractResponse extends BaseAbstractResponse
$this->error = (string) $this->data->error;
}
}
public function getError()
{
return $this->error;
}
}