diff options
Diffstat (limited to 'library/SSRS')
-rwxr-xr-x | library/SSRS/Soap/Exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/SSRS/Soap/Exception.php b/library/SSRS/Soap/Exception.php index 9d0902a..5e6170d 100755 --- a/library/SSRS/Soap/Exception.php +++ b/library/SSRS/Soap/Exception.php @@ -5,7 +5,7 @@ class SSRS_Soap_Exception extends Exception{ public $httpCode; public $response; - public function __construct($message, $code, $response) { + public function __construct($message, $code, $response = null) { $this->httpCode = $code; $this->response = $response; |