\Bazalt\ORM\ExceptionQuery

ORM_Exception_Base

Summary

Methods
Properties
Constants
__construct()
getException()
getDetails()
whoopsDataTableCallback()
No public properties found
No constants found
No protected methods found
$parentMessage
$query
$params
N/A
No private methods found
No private properties found
N/A

Properties

$parentMessage

$parentMessage : string

Попереднє повідомлення

Type

string

$query

$query : string

Query that generated the exception

Type

string

$params

$params : array

Query params

Type

array

Methods

__construct()

__construct(\Bazalt\ORM\Exception\PDOException  $ex, string  $query, array  $params) 

Contructor

Parameters

\Bazalt\ORM\Exception\PDOException $ex

PDO Exception

string $query

Query that generated the exception

array $params

Query params

getException()

getException(\PDOException  $e,   $query = null,   $params = array()) 

Parameters

\PDOException $e
$query
$params

getDetails()

getDetails() : string

Повертає детальну інформацію про помилку

Returns

string

whoopsDataTableCallback()

whoopsDataTableCallback()