debian man page for je::object::error::typeerror

Query: je::object::error::typeerror

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

JE::Object::Error::TypeError(3pm)			User Contributed Perl Documentation			 JE::Object::Error::TypeError(3pm)

NAME
JE::Object::Error::TypeError - JavaScript TypeError object class
SYNOPSIS
use JE::Object::Error::TypeError; # Somewhere in code called by an eval{} die new JE::Object::Error::TypeError $global, "(Error message here)"; # Later: $@->prop('message'); # error message $@->prop('name'); # 'TypeError' "$@"; # 'TypeError: ' plus the error message
DESCRIPTION
This class implements JavaScript TypeError objects for JE.
METHODS
See JE::Types and JE::Object::Error.
SEE ALSO
JE JE::Types JE::Object JE::Object::Error perl v5.14.2 2012-03-18 JE::Object::Error::TypeError(3pm)
Related Man Pages
cache::object(3pm) - debian
config::scoped::error(3pm) - debian
gstreamer::object(3pm) - debian
je::object::regexp(3pm) - debian
je::types(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...