Class CaramelException

Description

CaramelException class

Located in /inc/utility/CaramelException.php (line 26)

Exception
   |
    --CaramelException
Method Summary
 __construct (int $caramelCode) void
 getDetails () void
Variables

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 50)

Constructor for CaramelException

  • access: public
void __construct (int $caramelCode)
  • int $caramelCode: Errorcode

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getDetails (line 69)

Method to print exception details

  • access: public
void getDetails ()

Inherited Methods

Inherited From Exception (Internal Class)

 constructor __construct ( [$message = ], [$code = ], [$previous = ] )
 getCode ( )
 getFile ( )
 getLine ( )
 getMessage ( )
 getPrevious ( )
 getTrace ( )
 getTraceAsString ( )
 __clone ( )
 __toString ( )