File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Infrastructure/Common/Exceptions/QueryExecutionException.php
Back
<?php namespace AmeliaBooking\Infrastructure\Common\Exceptions; use Exception; /** * Class QueryExecutionException * * @package AmeliaBooking\Infrastructure\Common\Exceptions */ class QueryExecutionException extends \Exception { /** * QueryExecutionException constructor. * * @param string $message * @param int $code * @param Exception|null $previous */ public function __construct($message = 'Query Execution Error', $code = 0, Exception $previous = null) { if (!is_int($code)) { $message .= $previous ? ' ' . $previous->getMessage() : ''; $code = 0; } parent::__construct($message, $code, $previous); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings