diff options
Diffstat (limited to 'library/SSRS/Report/HttpUserException.php')
-rw-r--r-- | library/SSRS/Report/HttpUserException.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/SSRS/Report/HttpUserException.php b/library/SSRS/Report/HttpUserException.php new file mode 100644 index 0000000..2010cf5 --- /dev/null +++ b/library/SSRS/Report/HttpUserException.php @@ -0,0 +1,7 @@ +<?php + +namespace SSRS\Report; + +class HttpUserException extends Exception { + +} |