NAME

File::Properties::Error - Exception handling module for File::Properties

SYNOPSIS

use File::Properties::Error;

$File::Properties::Error::Debug = 2;

throw File::Properties::Error("Error text", $objectref);

DESCRIPTION

File::Properties::Error is a Perl module for representing errors in
File::Properties and associated modiles. It is derived from the
Error exception handling module.

SEE ALSO

Error

AUTHOR

Brendt Wohlberg <wohl@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2010,2011 by Brendt Wohlberg

This library is available under the terms of the GNU General Public License (GPL), described in the LICENSE file included in this distribution.