__construct()
__construct(string $message = '', integer $code, \Exception $previous = null)
Creates the exception
Parameters
string | $message | Exception message |
integer | $code | Exception code |
\Exception | $previous | Previous exception, if chaining |