Parse::DebControl::Error (3)
Leading comments
Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) Standard preamble: ========================================================================
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
Parse::DebControl::Error is copyright 2009 Carl Fuerstenberg
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.