Exception thrown if a callback refers to an undefined method or if some arguments are missing.
You should use this CONTENIDO exception instead of the standard PHP BadMethodCallException. This exception type is logged to data/logs/exception.txt.
__construct(string $message, int $code, \Exception $previous)
| inherited_from | \cException::__construct() |
|---|---|
| inherited_from | \cLogicException::__construct() |
| inherited_from | \cBadFunctionCallException::__construct() |
stringThe Exception message to throw.
intThe Exception code.
log()
| inherited_from | \cException::log() |
|---|---|
| inherited_from | \cLogicException::log() |
| inherited_from | \cBadFunctionCallException::log() |
$_log : boolean
| inherited_from | \cException::$$_log |
|---|---|
| inherited_from | \cLogicException::$$_log |
| inherited_from | \cBadFunctionCallException::$$_log |
$_logger : \cLog
| inherited_from | \cException::$$_logger |
|---|---|
| inherited_from | \cLogicException::$$_logger |
| inherited_from | \cBadFunctionCallException::$$_logger |