The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Valiant::Util::Exception::Strict - A Validation error that throws strictly

SYNOPSIS

    throw_exception('Strict' => (msg=>$message))

DESCRIPTION

If you mark a validation as strict then instead of returning error messages we get an immediate exception thrown.

ATTRIBUTES

msg

Message that the exception will stringify to.

message

The actual exception message

SEE ALSO

Valiant

AUTHOR

See Valiant

COPYRIGHT & LICENSE

See Valiant