NAME

Gestinanna::Exception - Exception classes used by the Gestinanna framework

SYNOPSIS

use Gestinanna::Exception qw(:try);

try {
    throw Gestinanna::Exception::Error(
        -text => "Something happened!"
    );
} 
catch Gestinanna::Exception::Error with {
};

DESCRIPTION

PRE-DEFINED EXCEPTION CLASSES

Gestinanna::Exception::Authz
Gestinanna::Exception::Error
Gestinanna::Exception::Load
Gestinanna::Exception::Schema

AUTHOR

James G. Smith, <jsmith@cpan.org>

COPYRIGHT

Copyright (C) 2002 Texas A&M University. All Rights Reserved.

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