1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

now compatible with Debug / NDebug / Nette\Debug

This commit is contained in:
David Grudl
2010-08-25 01:15:59 +02:00
parent 310d43f404
commit 46a3b8a42c
6 changed files with 125 additions and 164 deletions

View File

@@ -18,7 +18,7 @@
* @copyright Copyright (c) 2005, 2010 David Grudl
* @package dibi
*/
class DibiException extends Exception implements /*Nette\*/IDebugPanel
class DibiException extends Exception implements IDebugPanel
{
/** @var string */
private $sql;