$domain
$domain : string
The translation domain
The invalid field exception class
This exception is thrown when we try to validate a form field and it's invalid.
from(\Orpheus\Exception\UserException $e, string $field, string $value, string $type = null, array $args = array()) : \Orpheus\Publisher\Exception\InvalidFieldException
Convert an UserException into an InvalidFieldException using other parameters
\Orpheus\Exception\UserException | $e | |
string | $field | |
string | $value | |
string | $type | |
array | $args |