table of contents
JSON::Pointer::Exception(3pm) | User Contributed Perl Documentation | JSON::Pointer::Exception(3pm) |
NAME¶
JSON::Pointer::Exception - Exception class for JSON::Pointer
VERSION¶
This document describes JSON::Pointer::Exception version 0.07
SYNOPSIS¶
DESCRIPTION¶
METHODS¶
new(%opts) : JSON::Pointer::Exception¶
throw(%opts)¶
code :Int¶
context :JSON::Pointer::Context¶
to_string :Str¶
CONSTANTS¶
ERROR_INVALID_POINTER_SYNTAX¶
ERROR_POINTER_REFERENCES_NON_EXISTENT_VALUE¶
DEPENDENCIES¶
Perl 5.8.1 or later.
BUGS¶
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.
SEE ALSO¶
AUTHOR¶
Toru Yamaguchi <zigorou at cpan.org>
LICENSE AND COPYRIGHT¶
Copyright (c) 2013, Toru Yamaguchi. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-06-15 | perl v5.34.0 |