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

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



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

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.