mirror of
https://github.com/dg/dibi.git
synced 2025-08-07 14:46:50 +02:00
removed Strict from exceptions [Closes #216]
This commit is contained in:
@@ -13,8 +13,6 @@ namespace Dibi;
|
|||||||
*/
|
*/
|
||||||
class Exception extends \Exception
|
class Exception extends \Exception
|
||||||
{
|
{
|
||||||
use Strict;
|
|
||||||
|
|
||||||
/** @var string|NULL */
|
/** @var string|NULL */
|
||||||
private $sql;
|
private $sql;
|
||||||
|
|
||||||
@@ -66,7 +64,6 @@ class DriverException extends Exception
|
|||||||
*/
|
*/
|
||||||
class PcreException extends Exception
|
class PcreException extends Exception
|
||||||
{
|
{
|
||||||
use Strict;
|
|
||||||
|
|
||||||
public function __construct($message = '%msg.')
|
public function __construct($message = '%msg.')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user