__construct()
__construct(string $str = '', integer $code, \Exception $parent = null)
Takes an exception message of the form [module]%%key[%%suffix] and format a language string
Parameters
| string | $str | The exception message |
| integer | $code | The exception code |
| \Exception | $parent | a parent exception |