1
0
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:
David Grudl
2016-04-06 18:52:42 +02:00
parent 0c099bb2bc
commit 37487816db

View File

@@ -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.')
{ {