API17

Difference between revisions of "JError::handleIgnore"

From Joomla! Documentation

m (JoomlaWikiBot moved page JError::handleIgnore/11.1 to API17:JError::handleIgnore without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 38: Line 38:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JError::handleIgnore source code''' on [[jplatform:error/error.php#cl-377|BitBucket]]
 
* {{JVer|11.1}} '''JError::handleIgnore source code''' on [[jplatform:error/error.php#cl-377|BitBucket]]
* {{JVer|11.1}} Class [[JError/11.1|JError]]
+
* {{JVer|11.1}} Class [[API17:JError|JError]]
* {{JVer|11.1}} Subpackage [[Subpackage_Error/11.1|Error]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Error|Error]]
* [[JError::handleIgnore|Other versions of JError::handleIgnore]]
+
* [[API17:JError::handleIgnore|Other versions of JError::handleIgnore]]
 
{{SeeAlso:JError::handleIgnore}}
 
{{SeeAlso:JError::handleIgnore}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 56: Line 56:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JError]][[Category:JError::handleIgnore]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:35, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JError::handleIgnore[edit]

Description[edit]

Ignore error handler


Template:Description:JError::handleIgnore [Edit Descripton]

public static function handleIgnore (
        &$error
        $options
)
Parameter Type Default Description
&$error object $error Exception object to handle
$options array Handler options
  • Returns object The exception object
  • Defined on line 385 of libraries/joomla/error/error.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JError::handleIgnore [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />