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

OpenInteract2::Exception::Parameter - Parameter exceptions

SYNOPSIS

 # Use the shortcut
 
 use OpenInteract2::Exception qw( oi_param_error );
 use SPOPS::Secure qw( :level );
 
 oi_security_error "Validation failure",
                   { field_one => "Not enough characters (found: 15)",
                     field_two => "Too many vowels (found: 5)" };

DESCRIPTION

Custom exception for parameter violations.

SEE ALSO

OpenInteract2::Exception

Exception::Class

COPYRIGHT

Copyright (c) 2002-2004 Chris Winters. All rights reserved.

AUTHORS

Chris Winters <chris@cwinters.com>