diff options
Diffstat (limited to 'library/SSRS/Report/Exception.php')
-rwxr-xr-x | library/SSRS/Report/Exception.php | 6 |
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 { + +} |