PrepareStatementFailureException

Extends RuntimeException

Exception class defining an error preparing the SQL statement for execution

since

2.0.0

package

Joomla Framework

Methods

__construct

Construct the exception

__construct( message = '',  code, \Exception previous = null) : 
since

2.0.0

Arguments

message

stringThe Exception message to throw. [optional]

code

intThe Exception code. [optional]

previous

Exception|nullThe previous exception used for the exception chaining. [optional]

Response

mixed