mirror of
https://github.com/dg/dibi.git
synced 2025-08-22 05:33:10 +02:00
PcreException renamed to DibiPcreException
This commit is contained in:
@@ -44,8 +44,7 @@ if (!defined('NETTE')) {
|
||||
}
|
||||
|
||||
|
||||
/** @package exceptions */
|
||||
class PcreException extends Exception {
|
||||
class DibiPcreException extends Exception {
|
||||
|
||||
public function __construct($message = '%msg.')
|
||||
{
|
||||
|
Reference in New Issue
Block a user