File Coverage

blib/lib/PayProp/API/Public/Client/Exception/Connection.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package PayProp::API::Public::Client::Exception::Connection;
2 30     30   412185 use parent qw/ PayProp::API::Public::Client::Exception::Base /;
  30         74  
  30         243  
3              
4 30     30   3372 use strict;
  30         150  
  30         851  
5 30     30   222 use warnings;
  30         59  
  30         1940  
6              
7             1;
8              
9             =head1 NAME
10              
11             PayProp::API::Public::Client::Exception::Connection - Custom exception.
12              
13             =head1 SYNOPSIS
14              
15             PayProp::API::Public::Client::Exception::Connection->throw('Oh no!');
16              
17             =head1 DESCRIPTION
18              
19             Throw C exception.
20              
21             =head1 AUTHOR
22              
23             Yanga Kandeni Eyangak@cpan.orgE
24              
25             Valters Skrupskis Emalishew@cpan.orgE
26              
27             =head1 COPYRIGHT
28              
29             Copyright 2023- PayProp
30              
31             =head1 LICENSE
32              
33             This library is free software; you can redistribute it and/or modify
34             it under the same terms as Perl itself.
35              
36             If you would like to contribute documentation
37             or file a bug report then please raise an issue / pull request:
38              
39             L
40              
41             =cut