Refactor rule => condition

adapter => facade
This commit is contained in:
gmorel
2013-11-23 18:35:21 +01:00
parent 59a04f6a09
commit 8ce1030178
11 changed files with 52 additions and 64 deletions

View File

@@ -30,13 +30,13 @@ use Thelia\Log\Tlog;
* Date: 8/19/13
* Time: 3:24 PM
*
* Thrown when the Adapter is not set
* Thrown when the Facade is not set
*
* @package Coupon
* @author Guillaume MOREL <gmorel@openstudio.fr>
*
*/
class MissingAdapterException extends \RuntimeException
class MissingFacadeException extends \RuntimeException
{
/**
* {@inheritdoc}