Class cErrorException
An Error Exception. You should use this CONTENIDO exception instead of the standard PHP ErrorException. This exception type is logged to data/logs/exception.txt.
- Exception
- cException
- cErrorException
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.error.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.error.php
public
|
#
__construct( string $message, integer $code = 0, Exception $previous = NULL )
Constructs the Exception. |
log()
|
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$_log_exception,
$_logger
|
$code,
$file,
$line,
$message
|