summaryrefslogtreecommitdiffstats
path: root/system/core/Exceptions.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-19 19:21:06 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-19 19:21:06 +0200
commitad4750509885ad5bb368fc308f86d8c06d45b15c (patch)
tree8133d8ffdceb9877c3125175a20e8dcb79cea59c /system/core/Exceptions.php
parent71ac7e699f587ee479893d16521ea59570bd319f (diff)
Normalize comments in core files
Diffstat (limited to 'system/core/Exceptions.php')
-rwxr-xr-xsystem/core/Exceptions.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php
index f36b31598..dd5841333 100755
--- a/system/core/Exceptions.php
+++ b/system/core/Exceptions.php
@@ -36,12 +36,6 @@
*/
class CI_Exceptions {
- public $action;
- public $severity;
- public $message;
- public $filename;
- public $line;
-
/**
* Nesting level of the output buffering mechanism
*
@@ -69,6 +63,9 @@ class CI_Exceptions {
E_STRICT => 'Runtime Notice'
);
+ /**
+ * Initialize execption class
+ */
public function __construct()
{
$this->ob_level = ob_get_level();