summaryrefslogtreecommitdiffstats
path: root/library/SSRS/Report
diff options
context:
space:
mode:
authorarron <arron@copiadigital.co.uk>2013-12-05 18:28:08 +0000
committerarron <arron@copiadigital.co.uk>2013-12-05 18:28:08 +0000
commite0fd2e51a5546d0d85cf249a6ebf45f9e06e6017 (patch)
treeb7f17446bd2cbdb7dda26d04cbdc65679c8557f2 /library/SSRS/Report
parente4ee94dbc8be64f9b53f1a323a314a60d0ac86d3 (diff)
downloadphp-ssrs-e0fd2e51a5546d0d85cf249a6ebf45f9e06e6017.zip
php-ssrs-e0fd2e51a5546d0d85cf249a6ebf45f9e06e6017.tar.gz
php-ssrs-e0fd2e51a5546d0d85cf249a6ebf45f9e06e6017.tar.bz2
Namespaced
Diffstat (limited to 'library/SSRS/Report')
-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 {
+
+}