LLMS_Abstract_API_Handler::get_error_object()
Get the private “error_object” variable
Contents
Return Return
(mixed)
Source Source
File: includes/abstracts/llms.abstract.api.handler.php
public function get_error_object() {
return $this->error_object;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.11.2 | Introduced. |