diff --git a/src/Exceptions/LogicException.php b/src/Exceptions/LogicException.php new file mode 100644 index 00000000..08f3cc43 --- /dev/null +++ b/src/Exceptions/LogicException.php @@ -0,0 +1,5 @@ +response) { - throw new MollieException('Response is not set'); + throw new LogicException('Response is not set'); } return $this->response->getPendingRequest();