1JSON::Pointer::ExceptioUns(e3r)Contributed Perl DocumentJaStOiNo:n:Pointer::Exception(3)
2
3
4
6 JSON::Pointer::Exception - Exception class for JSON::Pointer
7
9 This document describes JSON::Pointer::Exception version 0.07
10
14 new(%opts) : JSON::Pointer::Exception
15 throw(%opts)
16 code :Int
17 context :JSON::Pointer::Context
18 to_string :Str
20 ERROR_INVALID_POINTER_SYNTAX
21 ERROR_POINTER_REFERENCES_NON_EXISTENT_VALUE
23 Perl 5.8.1 or later.
24
26 All complex software has bugs lurking in it, and this module is no
27 exception. If you find a bug please either email me, or add the bug to
28 cpan-RT.
29
31 perl
32
34 Toru Yamaguchi <zigorou at cpan.org>
35
37 Copyright (c) 2013, Toru Yamaguchi. All rights reserved.
38
39 This library is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42
43
44perl v5.30.0 2019-07-26 JSON::Pointer::Exception(3)