summaryrefslogtreecommitdiff
path: root/lib/Travel/Routing/DE/VRR/Exception.pod
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-16 14:57:00 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-16 14:57:00 +0100
commiteccf8ca2b1d6625a2d17d12ab2f0dbc5d49fac75 (patch)
treee6335abdeb79d57b8511e9f2340615d40977554a /lib/Travel/Routing/DE/VRR/Exception.pod
parent937a09c0845abd97a9b216d6e34b5747b95ac9f5 (diff)
Move EFA logic to ::EFA, just set URL in ::VRR
Diffstat (limited to 'lib/Travel/Routing/DE/VRR/Exception.pod')
-rw-r--r--lib/Travel/Routing/DE/VRR/Exception.pod57
1 files changed, 0 insertions, 57 deletions
diff --git a/lib/Travel/Routing/DE/VRR/Exception.pod b/lib/Travel/Routing/DE/VRR/Exception.pod
deleted file mode 100644
index aba1197..0000000
--- a/lib/Travel/Routing/DE/VRR/Exception.pod
+++ /dev/null
@@ -1,57 +0,0 @@
-=head1 NAME
-
-Travel::Routing::DE::VRR::Exception - Travel::Routing::DE::VRR Exceptions
-
-=head1 DESCRIPTION
-
-All Exceptions throws by Travel::Routing::DE::VRR are
-Travel::Routing::DE::VRR::Exception objects created by Exception::Class(3pm).
-
-See Exception::Class::Base(3pm) for their common methods.
-
-=head1 LIST OF EXCEPTIONS
-
-=head2 Travel::Routing::DE::VRR::Exception::Setup
-
-An argument to B<new> had an invalid format.
-
-Additional methods:
-
-=over
-
-=item $exception->option
-
-The option in which the error occured.
-
-=item $exception->have
-
-The argument we got.
-
-=item $exception->want
-
-What kind of argument we want.
-
-=back
-
-=head2 Travel::Routing::DE::VRR::Exception::Net
-
-The HTTP request to the efa interface failed. Contains an HTTP::Response(3pm)
-object describing the error in B<http_response>.
-
-=head2 Travel::Routing::DE::VRR::Exception::NoData
-
-We got no parsable data from efa.vrr.de
-
-=head2 Travel::Routing::DE::VRR::Exception::Ambiguous
-
-Our request contained ambiguous data. B<post_key> contains the relevant POST
-key, B<possibilities> is a comma-separated string of possible key values (as
-reported by efa.vrr.de).
-
-=head2 Travel::Routing::DE::VRR::Exception::NoConnections
-
-efa.vrr.de found no connections for our request.
-
-=head1 SEE ALSO
-
-Travel::Routing::DE::VRR(3pm)