Class cItemException.
You should use this CONTENIDO exception instead of the standard PHP Exception. This exception type is logged to data/logs/exception.txt. If there is a more specific and more appropriate subclass, use the subclass!
| author | Murat Purc |
|---|---|
| version | 0.1 |
| copyright | four for business AG |
| deprecated | 2012-09-04 Use one of the cException subclasses instead |
__construct(string $message, int $code, \Exception $previous)
| deprecated | 2012-09-04 Use one of the cException subclasses instead |
|---|
stringThe Exception message to throw.
intThe Exception code.
log()
| inherited_from | \cException::log() |
|---|
$_log : boolean
| inherited_from | \cException::$$_log |
|---|