Class AssertException
Represents a failed assert() call.
- Exception implements Throwable
- Peridot\AssertException
public static
|
|
public
|
#
__construct( string $file, integer $line, string $expression, string $description )
Construct a new assert exception. |
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|