$domain
$domain : string
The translation domain
The user exception class
This exception is thrown when an occured caused by the user.
__construct(string $message = null, string $domain = null, string $code, \Orpheus\Exception\Throwable $previous = null)
Constructor
string | $message | The exception message |
string | $domain | The domain for the message, optionnal, allow $code |
string | $code | The code of the exception |
\Orpheus\Exception\Throwable | $previous | The previous exception |