flush
[m6w6/seekat] / lib / Exception / RequestException.php
index 575097fc811a2d391db475b3db0a633cda598395..3ef263c00e8d4d72ef700eee5ca5858e15e3dc42 100644 (file)
@@ -60,6 +60,13 @@ class RequestException extends \Exception implements Exception
                return $this->errors;
        }
 
+       /**
+        * @return Response
+        */
+       function getResponse() : Response {
+               return $this->response;
+       }
+
        /**
         * Combine any errors into a single string
         * @staticvar array $reasons