Class ConnectionNotEstablished
Exception thrown when a connection cannot be established.
- Exception implements Throwable
- RuntimeException
- ICanBoogie\ActiveRecord\ConnectionNotEstablished implements ICanBoogie\ActiveRecord\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
public
|
#
__construct( string $id, string $message, integer $code = 500,
|
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message
Magic properties
public read-only
string
|
$id
The identifier of the connection. |