Method throw()
- Method throw
mixed|voidthrow(mixedvalue)- Description
Throw
valueto a waitingcatch.If no
catchis waiting the global error handling will send the value tomaster()->handle_error().If you throw an array with where the first index contains an error message and the second index is a backtrace, (the output from backtrace()) then it will be treated exactly like a real error by overlying functions.
- See also
catch