references:joomla.framework:utilities:jerror-raiseerrorTable of Contents
raiseError
This is a wrapper for the raise method that passes E_ERROR as the error level. A patError object will be returned. Syntaxobject &raiseError ( $code, $msg, $info )
ExamplesExample JError::setErrorHandling( E_ALL, 'echo' ); JError::raiseError( '6000', 'File access error!' ); might produce: Result jos-Error: File access error!
|


