mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
removed Strict from exceptions [Closes #216]
This commit is contained in:
@@ -13,8 +13,6 @@ namespace Dibi;
|
||||
*/
|
||||
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.')
|
||||
{
|
||||
|
Reference in New Issue
Block a user