Man Page: je::object::error::syntaxerror
Operating Environment: debian
Section: 3pm
JE::Object::Error::SyntaxError(3pm) User Contributed Perl Documentation JE::Object::Error::SyntaxError(3pm)NAMEJE::Object::Error::SyntaxError - JavaScript SyntaxError object classSYNOPSISuse JE::Object::Error::SyntaxError; # Somewhere in code called by an eval{} die new JE::Object::Error::SyntaxError $global, "(Error message here)"; # Later: $@->prop('message'); # error message $@->prop('name'); # 'SyntaxError' "$@"; # 'SyntaxError: ' plus the error messageDESCRIPTIONThis class implements JavaScript SyntaxError objects for JE.METHODSSee JE::Types and JE::Object::Error.SEE ALSOJE JE::Types JE::Object JE::Object::Error perl v5.14.2 2012-03-18 JE::Object::Error::SyntaxError(3pm)
| Related Man Pages |
|---|
| cache::object(3pm) - debian |
| je::object::array(3pm) - debian |
| je::object::regexp(3pm) - debian |
| moosex::types::set::object(3pm) - debian |
| set::object::weak(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| One instance of comparing grep and awk |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| New UNIX and Linux History Sections |