mirror of
https://github.com/dg/dibi.git
synced 2025-08-12 17:14:16 +02:00
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user