diff options
Diffstat (limited to 'library/SSRS/Soap/Exception.php')
-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 2257404..4ee891c 100755 --- a/library/SSRS/Soap/Exception.php +++ b/library/SSRS/Soap/Exception.php @@ -7,7 +7,7 @@ class Exception extends \Exception { public $httpCode; public $response; - public function __construct($message, $code, $response = null) { + public function __construct($message, $code = null, $response = null) { $this->httpCode = $code; $this->response = $response; |