Class: qJException
Source Location: /qjerry.php
Class qJException
Class Overview
|
Custom exception class for qJerry.
All exceptions thrown by qJerry are instances of the qJException class.
Located in /qjerry.php [line 1996]
Exception
|
--qJException
|
Methods
|
Inherited Properties, Constants, and Methods
|
Inherited From Exception (Internal Class)
-
$code
-
-
$file
-
-
$line
-
-
$message
-
-
$string
-
-
$trace
-
|
Inherited From Exception (Internal Class)
-
constructor __construct ( [$message = ], [$code = ] )
-
-
getCode ( )
-
-
getFile ( )
-
-
getLine ( )
-
-
getMessage ( )
-
-
getTrace ( )
-
-
getTraceAsString ( )
-
-
__clone ( )
-
-
__toString ( )
-
|
|
Methods
qJException __construct(
$message, [
$code = 0]
)
|
|
Parameters:
API Tags:
Redefinition of:
- Exception::constructor __construct ( [$message = ], [$code = ] )
|
|