| XML-DTD documentation | view source | Contained in the XML-DTD distribution. |
XML::DTD::Error - Exception handling module for XML::DTD
use XML::DTD::Error;
$XML::DTD::Error::Debug = 2;
throw XML::DTD::Error("Error text", $objectref);
XML::DTD::Error is a Perl module for representing errors in XML::DTD and associated modiles. It is derived from the Error exception handling module.
Brendt Wohlberg <wohl@cpan.org>
Copyright (C) 2010 by Brendt Wohlberg
This library is available under the terms of the GNU General Public License (GPL), described in the GPL file included in this distribution.
| XML-DTD documentation | view source | Contained in the XML-DTD distribution. |