FreeBSD Manual Pages
JE::Object::Error::URIUserrContributed Perl DocuJE::Object::Error::URIError(3) NAME JE::Object::Error::URIError - JavaScript URIError object class SYNOPSIS use JE::Object::Error::URIError; # Somewhere in code called by an eval{} die new JE::Object::Error::URIError $global, "(Error message here)"; # Later: $@->prop('message'); # error message $@->prop('name'); # 'URIError' "$@"; # 'URIError: ' plus the error message DESCRIPTION This class implements JavaScript URIError objects for JE. METHODS See JE::Types and JE::Object::Error. SEE ALSO JE JE::Types JE::Object JE::Object::Error perl v5.32.0 2014-10-20 JE::Object::Error::URIError(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=JE::Object::Error::URIError&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>