Line | |
---|
1 | # ------------------------------------------------------------------------------ |
---|
2 | # (C) Crown copyright Met Office. All rights reserved. |
---|
3 | # For further details please refer to the file COPYRIGHT.txt |
---|
4 | # which you should have received as part of this distribution. |
---|
5 | # ------------------------------------------------------------------------------ |
---|
6 | use strict; |
---|
7 | use warnings; |
---|
8 | |
---|
9 | package Fcm::Keyword::Exception; |
---|
10 | use base qw{Fcm::Exception}; |
---|
11 | |
---|
12 | 1; |
---|
13 | __END__ |
---|
14 | |
---|
15 | =head1 NAME |
---|
16 | |
---|
17 | Fcm::Keyword::Exception |
---|
18 | |
---|
19 | =head1 SYNOPSIS |
---|
20 | |
---|
21 | use Carp qw{croak}; |
---|
22 | use Fcm::Keyword::Exception; |
---|
23 | croak(Fcm::Keyword::Exception->new({message => 'something is wrong'})); |
---|
24 | |
---|
25 | =head1 DESCRIPTION |
---|
26 | |
---|
27 | This class extends L<Fcm::Exception|Fcm::Exception>. This exception is thrown |
---|
28 | on errors associated with the command line interface. |
---|
29 | |
---|
30 | =head1 METHODS |
---|
31 | |
---|
32 | See L<Fcm::Exception|Fcm::Exception> for a list of methods. |
---|
33 | |
---|
34 | =head1 SEE ALSO |
---|
35 | |
---|
36 | L<Fcm::Exception|Fcm::Exception> |
---|
37 | |
---|
38 | =head1 COPYRIGHT |
---|
39 | |
---|
40 | E<169> Crown copyright Met Office. All rights reserved. |
---|
41 | |
---|
42 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.