| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Config::XrmDatabase::Failure; |
|
2
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
# ABSTRACT: Exception class |
|
4
|
|
|
|
|
|
|
|
|
5
|
11
|
|
|
11
|
|
343086
|
use v5.26; |
|
|
11
|
|
|
|
|
46
|
|
|
6
|
11
|
|
|
11
|
|
70
|
use warnings; |
|
|
11
|
|
|
|
|
40
|
|
|
|
11
|
|
|
|
|
1194
|
|
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $VERSION = '0.08'; |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
use custom::failures::x::alias |
|
11
|
11
|
|
|
|
|
98
|
-suffix => '_failure', |
|
12
|
|
|
|
|
|
|
qw( |
|
13
|
|
|
|
|
|
|
key |
|
14
|
|
|
|
|
|
|
components |
|
15
|
|
|
|
|
|
|
file |
|
16
|
|
|
|
|
|
|
parameter |
|
17
|
|
|
|
|
|
|
internal |
|
18
|
|
|
|
|
|
|
query |
|
19
|
11
|
|
|
11
|
|
6371
|
); |
|
|
11
|
|
|
|
|
13894
|
|
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
1; |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
# |
|
24
|
|
|
|
|
|
|
# This file is part of Config-XrmDatabase |
|
25
|
|
|
|
|
|
|
# |
|
26
|
|
|
|
|
|
|
# This software is Copyright (c) 2021 by Smithsonian Astrophysical Observatory. |
|
27
|
|
|
|
|
|
|
# |
|
28
|
|
|
|
|
|
|
# This is free software, licensed under: |
|
29
|
|
|
|
|
|
|
# |
|
30
|
|
|
|
|
|
|
# The GNU General Public License, Version 3, June 2007 |
|
31
|
|
|
|
|
|
|
# |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
__END__ |