Class cRuntimeException
Exception thrown if an error which can only be found on runtime occurs. This kind of exceptions should directly lead to a fix in your code. You should use this CONTENIDO exception instead of the standard PHP RuntimeException. This exception type is logged to data/logs/exception.txt.
- Exception implements Throwable
- cException
- cRuntimeException
Direct known subclasses
cFileNotFoundException, cOutOfBoundsException, cOverflowException, cRangeException, cUnderflowException, cUnexpectedValueException
Package: Core\Exception
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at classes/exceptions/class.exception.runtime.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at classes/exceptions/class.exception.runtime.php
__construct(),
log()
|
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$_log_exception,
$_logger
|
$code,
$file,
$line,
$message
|