API17

Difference between revisions of "JError::handleDie"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 38: Line 38:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JError::handleDie source code''' on [[jplatform:error/error.php#cl-466|BitBucket]]
 
* {{JVer|11.1}} '''JError::handleDie source code''' on [[jplatform:error/error.php#cl-466|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::handleDie|Other versions of JError::handleDie]]
+
* [[API17:JError::handleDie|Other versions of JError::handleDie]]
 
{{SeeAlso:JError::handleDie}}
 
{{SeeAlso:JError::handleDie}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

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::handleDie[edit]

Description[edit]

Die error handler


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

public static function handleDie (
        &$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 474 of libraries/joomla/error/error.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />