mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
- added DibiProfiler (experimental)
- removed dibi::addHandler() & dibi::startLogger()
This commit is contained in:
@@ -61,7 +61,7 @@ class DibiDriverException extends DibiException implements /*Nette::*/IDebuggabl
|
||||
{
|
||||
parent::__construct($message, (int) $code);
|
||||
$this->sql = $sql;
|
||||
dibi::notify(NULL, 'exception', $this);
|
||||
// TODO: add $profiler->exception($this);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user