API17

ApplicationException: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 2: Line 2:
=={{JVer|11.1}} ApplicationException==
=={{JVer|11.1}} ApplicationException==
===Description===
===Description===
{{subst:Description:ApplicationException}}
 


===Methods===
===Methods===
Line 19: Line 19:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[API17:ApplicationException|Other versions of ApplicationException]]
* [[API17:ApplicationException|Other versions of ApplicationException]]
{{subst:SeeAlso:ApplicationException}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=ApplicationException
category=ApplicationException
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 02:18, 25 March 2017

Joomla 11.1 ApplicationException

Description

Methods

Visibility Method name Description
  • Defined in libraries/joomla/application/applicationexception.php

Importing

jimport( 'joomla.application.applicationexception' );

See also


User contributed notes

Code Examples