API17

Difference between revisions of "JError::handleDie"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 9: Line 9:
 
<nowiki>[</nowiki>[[Description:JError::handleDie|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JError::handleDie|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1}}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JError::handleDie (&$error, $options)
+
public static function handleDie (
 +
        &$error
 +
        $options
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 33: Line 33:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' object The exception object
object The exception object
+
* '''Defined''' on line 474 of libraries/joomla/error/error.php
===Defined in===
+
* '''Since''' {{JVer|11.1}}
libraries/joomla/error/error.php (line 468)
 
* see source code in [[jplatform:error/error.php#cl-468|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{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}} Subpackage [[Subpackage_Error/11.1|Error]]
 +
* [[JError::handleDie|Other versions of JError::handleDie]]
 +
{{SeeAlso:JError::handleDie}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JError::handleDie|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JError::handleDie|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JError/11.1|JError]]
+
===User contributed notes===
* [[JError::handleDie|Other versions of this method]]
 
{{SeeAlso:JError::handleDie}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 54: Line 53:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JError]][[Category:JError::handleDie]]</noinclude>
 
<noinclude>[[Category:JError]][[Category:JError::handleDie]]</noinclude>

Revision as of 20:52, 27 April 2011

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 />