diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-28 21:01:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-28 21:01:15 +0200 |
commit | 4e6c2251d31ec0c7fe1236df62aa3e1a2797fecb (patch) | |
tree | f37dfa068b73650373032fac4fad49ca80c6fa25 /lib/Travel/Routing/DE/VRR.pm | |
parent | 7615088320ac1987ee7eaeeef6c81e68f3c549c0 (diff) |
Document exceptions
Diffstat (limited to 'lib/Travel/Routing/DE/VRR.pm')
-rw-r--r-- | lib/Travel/Routing/DE/VRR.pm | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm index d486a6e..baa770c 100644 --- a/lib/Travel/Routing/DE/VRR.pm +++ b/lib/Travel/Routing/DE/VRR.pm @@ -768,9 +768,7 @@ The following methods act like the arguments to B<new>. See there. =head1 DIAGNOSTICS When encountering an error, Travel::Routing::DE::VRR returns a -Travel::Routing::DE::VRR::Exception object. - -Dies with a backtrace when anything goes wrong. +Travel::Routing::DE::VRR::Exception(3pm) object. =head1 DEPENDENCIES @@ -788,6 +786,16 @@ The parser is still somewhat fragile and has no proper error handling. It is best not to pass Unicode characters to B<Travel::Routing::DE::VRR>. +=head1 SEE ALSO + +=over + +=item * Travel::Status::DE::VRR::Exception(3pm) + +=item * Travel::Status::DE::VRR::Route(3pm) + +=back + =head1 AUTHOR Copyright (C) 2009-2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> |