diff --git a/Exception/MongopayPayInCreationException.php b/Exception/MongopayPayInCreationException.php index eeaca19..71d6117 100644 --- a/Exception/MongopayPayInCreationException.php +++ b/Exception/MongopayPayInCreationException.php @@ -2,6 +2,6 @@ namespace AppVentus\MangopayBundle\Exception; -class MongopayPayInCreationException extends \Exception implements MongopayExceptionInterfaceInterface +class MongopayPayInCreationException extends \Exception implements MongopayExceptionInterface { }