1RDF::Trine::Error(3) User Contributed Perl Documentation RDF::Trine::Error(3)
2
3
4
6 RDF::Trine::Error - Error classes for RDF::Trine
7
9 This document describes RDF::Trine::Error version 1.019
10
12 use RDF::Trine::Error qw(:try);
13
15 RDF::Trine::Error provides a class hierarchy of errors that other
16 RDF::Trine classes may throw using the Error API. See Error for more
17 information.
18
20 Error
21
23 Please report any bugs or feature requests to through the GitHub web
24 interface at <https://github.com/kasei/perlrdf/issues>.
25
27 Gregory Todd Williams "<gwilliams@cpan.org>"
28
30 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
31 software; you can redistribute it and/or modify it under the same terms
32 as Perl itself.
33
34
35
36perl v5.32.0 2020-07-28 RDF::Trine::Error(3)