Parse::DebControl::Error

Section: User Contributed Perl Documentation (3pm)
Updated: 2022-10-14
Index Return to Main Contents
 

NAME Parse::DebControl::Error - Exception classes for Parse::DebControl

 

SYNOPSIS

    use Parse::DebControl::Error;

    throw Parse::DebControl::Error();

    throw Parse::DebControl::Error::Parse( "reason for exception" );
    throw Parse::DebControl::Error::Parse( "reason for exception", $line_number_of_data );
    throw Parse::DebControl::Error::Parse( "reason for exception", $line_number_of_data, $context_line );

    throw Parse::DebControl::Error::IO( "information regarding the error" );

 

COPYRIGHT

Parse::DebControl is copyright 2003,2004 Jay Bonci <jaybonci@cpan.org>.

Parse::DebControl::Error is copyright 2009 Carl Fürstenberg <azatoth@gmail.com>.

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


 

Index

NAME Parse::DebControl::Error - Exception classes for Parse::DebControl
SYNOPSIS
COPYRIGHT

This document was created by man2html, using the manual pages.
Time: 10:17:43 GMT, April 26, 2024