File Coverage

blib/lib/App/vaporcalc/Exception.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package App::vaporcalc::Exception;
2             $App::vaporcalc::Exception::VERSION = '0.005004';
3 1     1   55936 use Defaults::Modern;
  1         226977  
  1         7  
4              
5 1     1   37171 use Moo;
  1         5283  
  1         5  
6             extends 'Throwable::Error';
7              
8             1;
9              
10             =pod
11              
12             =head1 NAME
13              
14             App::vaporcalc::Exception
15              
16             =head1 SYNOPSIS
17              
18             use App::vaporcalc::Exception;
19             App::vaporcalc::Exception->throw("died!")
20              
21             =head1 DESCRIPTION
22              
23             L<App::vaporcalc> exception objects.
24              
25             A subclass of L<Throwable::Error>. Look there for details.
26              
27             =head1 AUTHOR
28              
29             Jon Portnoy <avenj@cobaltirc.org>
30              
31             =cut