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