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>