API17

Difference between revisions of "JError::handleIgnore"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
  
{{Description:JError::handleIgnore}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JError::handleIgnore|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function handleIgnore (
 
public static function handleIgnore (
Line 38: Line 36:
 
===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}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JError::handleIgnore|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JError::handleIgnore
 
category=JError::handleIgnore
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 56: Line 52:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JError]][[Category:JError::handleIgnore]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:58, 24 March 2017

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



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]


User contributed notes[edit]

Code Examples[edit]