Update with the API in the main project
This commit is contained in:
@ -16,4 +16,9 @@ abstract class AbstractResponse extends BaseAbstractResponse
|
||||
$this->error = (string) $this->data->error;
|
||||
}
|
||||
}
|
||||
|
||||
public function getError()
|
||||
{
|
||||
return $this->error;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user