Exception thrown to indicate range errors during program execution.
Normally this means there was an arithmetic error other than under/overflow. This is the runtime version of cDomainException. You should use this CONTENIDO exception instead of the standard PHP RangeException. This exception type is logged to data/logs/exception.txt.
__construct(string $message, int $code, \Exception $previous)
inherited_from | \cException::__construct() |
---|---|
inherited_from | \cRuntimeException::__construct() |
string
The Exception message to throw.
int
The Exception code.
log()
inherited_from | \cException::log() |
---|---|
inherited_from | \cRuntimeException::log() |
$_log : boolean
inherited_from | \cException::$$_log |
---|---|
inherited_from | \cRuntimeException::$$_log |
$_logger : \cLog
inherited_from | \cException::$$_logger |
---|---|
inherited_from | \cRuntimeException::$$_logger |