1
0
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:
David Grudl
2010-10-06 17:23:31 +02:00
parent 0c4f343238
commit 36fe9d42c1
4 changed files with 5 additions and 6 deletions

View File

@@ -44,8 +44,7 @@ if (!defined('NETTE')) {
}
/** @package exceptions */
class PcreException extends Exception {
class DibiPcreException extends Exception {
public function __construct($message = '%msg.')
{