JError::raiseNotice
Wrapper method for the {@link raise()} method with predefined error level of E_NOTICE and backtrace set to false.
Signature
public function raiseNotice(string
$code,
[string
$msg = null,
[mixed
$info = null]] )
Parameters
-
$code
- The application-internal error code for this error
-
$msg
- The error message, which may also be shown the user if need be.
-
$info
- Optional: Additional error information (usually only
Returns
- The configured JError object