Home | Wiki | OI 1.x Docs | OI 2.x Docs |
OpenInteract2::Exception::Parameter - Parameter exceptions
# 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)" };
Custom exception for parameter violations.
Copyright (c) 2002-2003 Chris Winters. All rights reserved.
Chris Winters <chris@cwinters.com>
Generated from the OpenInteract 1.99_04 source.