From 37487816db8175c00837662c82047c615fcabca2 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 6 Apr 2016 18:52:42 +0200 Subject: [PATCH] removed Strict from exceptions [Closes #216] --- src/Dibi/exceptions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Dibi/exceptions.php b/src/Dibi/exceptions.php index 01a788326..a02ae7f26 100644 --- a/src/Dibi/exceptions.php +++ b/src/Dibi/exceptions.php @@ -13,8 +13,6 @@ */ class Exception extends \Exception { - use Strict; - /** @var string|NULL */ private $sql; @@ -66,7 +64,6 @@ class DriverException extends Exception */ class PcreException extends Exception { - use Strict; public function __construct($message = '%msg.') {