SYNOPSIS
Contents
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.
perl v5.36.0 2022-10-14 Parse::DebControl::Error(3pm)
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" );
