XML::DTD::Error - Exception handling module for XML::DTD


XML-DTD documentation  | view source Contained in the XML-DTD distribution.

Index


NAME

Top

XML::DTD::Error - Exception handling module for XML::DTD

SYNOPSIS

Top

  use XML::DTD::Error;

  $XML::DTD::Error::Debug = 2;

  throw XML::DTD::Error("Error text", $objectref);

DESCRIPTION

Top

  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.

SEE ALSO

Top

Error

AUTHOR

Top

Brendt Wohlberg <wohl@cpan.org>

COPYRIGHT AND LICENSE

Top


XML-DTD documentation  | view source Contained in the XML-DTD distribution.