| Fey-ORM documentation | view source | Contained in the Fey-ORM distribution. |
Fey::ORM::Exceptions - Defines exceptions used for Fey::ORM
version 0.43
use Fey::ORM::Exceptions qw( no_such_row );
This module defines the exceptions which are used by the core Fey classes.
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.
Cannot find a row in a given table matching the given values
Dave Rolsky <autarch@urth.org>
This software is copyright (c) 2011 by Dave Rolsky.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Fey-ORM documentation | view source | Contained in the Fey-ORM distribution. |