RuntimeException
extends RuntimeException
in package
implements
Exception
A RuntimeException for Psy.
Interfaces, Classes and Traits
- Exception
- An interface for Psy Exceptions.
Table of Contents
- $rawMessage : mixed
- __construct() : mixed
- Make this bad boy.
- getRawMessage() : string
- Return a raw (unformatted) version of the error message.
Properties
$rawMessage
private
mixed
$rawMessage
Methods
__construct()
Make this bad boy.
public
__construct([string $message = '' ], int $code[, Exception $previous = null ]) : mixed
Parameters
- $message : string = ''
-
(default: "")
- $code : int
-
(default: 0)
- $previous : Exception = null
-
(default: null)
Return values
mixed —getRawMessage()
Return a raw (unformatted) version of the error message.
public
getRawMessage() : string