Dave Rolsky > Fey-ORM-0.05 > Fey::ORM::Exceptions

Download:
Fey-ORM-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Fey-ORM-0.30

NAME ^

Fey::ORM::Exceptions - Defines exceptions used for Fey::ORM

SYNOPSIS ^

  use Fey::ORM::Exceptions qw( no_such_row );

DESCRIPTION ^

This module defines the exceptions which are used by the core Fey classes.

EXCEPTIONS ^

Loading this module defines the exception classes using Exception::Class. This module also exports subroutines which can be used as a shorthand to throw a specific type of exception.

Fey::ORM::Exceptions

Cannot find a row in a given table matching the given values

no_such_row()

AUTHOR ^

Dave Rolsky, <autarch@urth.org>

BUGS ^

See Fey for details on how to report bugs.

COPYRIGHT & LICENSE ^

Copyright 2006-2008 Dave Rolsky, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.