$raiseError()
Overview
public any function $raiseError()
Proxy to the raiseError() method of the Error Log Service. Raises an error with the system.
Example
try {
result = input / 0;
} catch( any e ) {
$raiseError( e );
}
public any function $raiseError()
Proxy to the raiseError() method of the Error Log Service. Raises an error with the system.
try {
result = input / 0;
} catch( any e ) {
$raiseError( e );
}