logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SYNOPSIS

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" );

See Also