PHP Class Amp\Mysql\QueryException

Inheritance: extends Exception
Show file Open project: amphp/mysql

Protected Properties

Property Type Description
$query

Public Methods

Method Description
__construct ( $message, $query = "", Exception $previous = null )
__toString ( )
getQuery ( )

Method Details

__construct() public method

public __construct ( $message, $query = "", Exception $previous = null )
$previous Exception

__toString() public method

public __toString ( )

getQuery() final public method

final public getQuery ( )

Property Details

$query protected property

protected $query