summaryrefslogtreecommitdiffstats
path: root/library/SSRS/Report/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/SSRS/Report/Exception.php')
-rwxr-xr-xlibrary/SSRS/Report/Exception.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/library/SSRS/Report/Exception.php b/library/SSRS/Report/Exception.php
index a6afac5..0010f47 100755
--- a/library/SSRS/Report/Exception.php
+++ b/library/SSRS/Report/Exception.php
@@ -1,3 +1,7 @@
<?php
-class SSRS_Report_Exception extends Exception{} \ No newline at end of file
+namespace SSRS\Report;
+
+class Exception extends \Exception {
+
+}