cException is the base class for all exceptions.
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!
__construct(string $message, int $code, \Exception $previous)
string
The Exception message to throw.
int
The Exception code.
log()
$_log : boolean
$_logger : \cLog