-
-
21 Jul 2009 21:33:39 UTC
- Distribution: RWDE
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (58 / 0 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (53.38KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Apache::Session
- Cache::Memcached
- Crypt::CBC
- Crypt::Rijndael
- DBD::Pg
- Data::Dumper
- Data::Validate::Domain
- Digest::HMAC_SHA1
- Digest::MD5
- Error
- Gearman::Client
- Gearman::Worker
- HTTP::Date
- MIME::Base64
- Mail::RFC822::Address
- NEXT
- Net::SMTP
- Net::Server
- SCGI
- Storable
- Sys::Syslog
- Template
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- RWDE::Exceptions
- Exception class definitions for RWDE
- Exception class definitions for RWDE
- RWDE::DevelException()
- RWDE::DataMissingException()
- RWDE::DataBadException()
- RWDE::DataLimitException()
- RWDE::DataDuplicateException()
- RWDE::DataNotFoundException()
- RWDE::BadPasswordException()
- RWDE::SSLException()
- RWDE::Web::SessionMissingException()
- RWDE::StatusException()
- RWDE::DatabaseErrorException()
- RWDE::PolicyException()
- RWDE::PermissionException()
- RWDE::DefaultException()
RWDE::Exceptions
Exception container file, contains definitions for RWDE Exceptions
System defined exceptions are based off of the default behaviour of this base exception class
Exception class definitions for RWDE
RWDE::BaseException()
new()
Override for the "new" method in the Error base class, initializes the instance the way we want.
This will return an initialized instance of Error
is_retry()
Determine whether this was a retry attempt
Exception class definitions for RWDE
RWDE::DevelException()
Caught with RWDE::DevelException - developer only exceptions, typically for unplanned behaviour
RWDE::DataMissingException()
caught with RWDE::DataMissingException - missing data detected
RWDE::DataBadException()
Caught with RWDE::DataBadException - Invalid data detected
RWDE::DataLimitException()
Caught with RWDE::DataLimitException - Limit or threshold exceeded
RWDE::DataDuplicateException()
Caught with RWDE::DataDuplicateException - Discovered duplicate data (typically db related)
RWDE::DataNotFoundException()
Caught with RWDE::DataNotFoundException - Expected data does not exist
RWDE::BadPasswordException()
Caught with RWDE::BadPasswordException - Problems accepting a password
RWDE::SSLException()
Caught with RWDE::SSLException - Problems with http SSL connections
RWDE::Web::SessionMissingException()
Caught with RWDE::Web::SessionMissingException - Problem with the session occurred
RWDE::StatusException()
Caught with RWDE::StatusException - Problem with instance status
RWDE::DatabaseErrorException()
Caught with RWDE::DatabaseErrorException - Internal db problem detected
RWDE::PolicyException()
Caught with RWDE::PolicyException - Policy violation occurred
RWDE::PermissionException()
Caught with RWDE::PermissionException - Permission violation occurred
RWDE::DefaultException()
Caught with RWDE::DefaultException - Default Exception - undefined exceptions are funnelled here
Module Install Instructions
To install RWDE, copy and paste the appropriate command in to your terminal.
cpanm RWDE
perl -MCPAN -e shell install RWDE
For more information on module installation, please visit the detailed CPAN module installation guide.