From 8871fe034836347f659cbb3b46311bd4b61e2512 Mon Sep 17 00:00:00 2001 From: mrkisch Date: Sat, 4 Jun 2016 12:13:01 +0200 Subject: [PATCH] Update MongopayPayInCreationException.php --- Exception/MongopayPayInCreationException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }