__construct()
__construct(string $message = "", integer $code, $previous = null)
Construct.
Parameters
| string | $message | the Exception message to throw. |
| integer | $code | the Exception code. |
| $previous |