Home | Wiki | OI 1.x Docs | OI 2.x Docs OI logo

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-2003 Chris Winters. All rights reserved.

AUTHORS

Chris Winters <chris@cwinters.com>

Generated from the OpenInteract 1.99_04 source.


Home | Wiki | OI 1.x Docs | OI 2.x Docs
SourceForge Logo