From 315ed1fb09de4ac93228328dbda0bd5d9d2f0923 Mon Sep 17 00:00:00 2001 From: Etienne Roudeix Date: Mon, 16 Dec 2013 14:31:51 +0100 Subject: [PATCH] fix #144 --- .../Exception/{RessourceException.php => ResourceException.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename core/lib/Thelia/Core/Security/Exception/{RessourceException.php => ResourceException.php} (97%) diff --git a/core/lib/Thelia/Core/Security/Exception/RessourceException.php b/core/lib/Thelia/Core/Security/Exception/ResourceException.php similarity index 97% rename from core/lib/Thelia/Core/Security/Exception/RessourceException.php rename to core/lib/Thelia/Core/Security/Exception/ResourceException.php index c19bcf451..27343bd16 100644 --- a/core/lib/Thelia/Core/Security/Exception/RessourceException.php +++ b/core/lib/Thelia/Core/Security/Exception/ResourceException.php @@ -23,7 +23,7 @@ namespace Thelia\Core\Security\Exception; -class RessourceException extends \RuntimeException +class ResourceException extends \RuntimeException { const UNKNOWN_EXCEPTION = 0;