Flowdock
method

new

Importance_1
v2_6_3 - Show latest stable - 0 notes - Class: UncaughtThrowError
new(*args) public

Document-class: UncaughtThrowError

Raised when throw is called with a tag which does not have corresponding catch block.

throw "foo", "bar"

raises the exception:

UncaughtThrowError: uncaught throw "foo"
Show source
Register or log in to add new notes.