1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 17:14:16 +02:00
This commit is contained in:
David Grudl
2007-11-15 00:19:41 +00:00
parent 6bfa40f594
commit c174e20135
5 changed files with 13 additions and 38 deletions

View File

@@ -24,7 +24,9 @@
*
* @author David Grudl
* @copyright Copyright (c) 2004, 2007 David Grudl
* @package Nette-Exception
* @license http://php7.org/nette/license Nette license
* @link http://php7.org/nette/
* @package Nette
*/
class NException extends Exception
{

View File

@@ -19,12 +19,6 @@
/**
* compatiblity
*/
if (!class_exists('NObject', FALSE)) {
/**
* NObject is the ultimate ancestor of all instantiable classes.
*
@@ -241,6 +235,3 @@ abstract class NClass
}
}
}