Remove Premium namespace from dynamic segments
[MAILPOET-2382]
This commit is contained in:
committed by
Jack Kitterhing
parent
70a89b7939
commit
d7d747b945
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Premium\DynamicSegments\Exceptions;
|
||||
namespace MailPoet\DynamicSegments\Exceptions;
|
||||
|
||||
class ErrorSavingException extends \Exception {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Premium\DynamicSegments\Exceptions;
|
||||
namespace MailPoet\DynamicSegments\Exceptions;
|
||||
|
||||
class InvalidSegmentTypeException extends \Exception {
|
||||
|
||||
@ -12,4 +12,4 @@ class InvalidSegmentTypeException extends \Exception {
|
||||
const MISSING_CATEGORY_ID = 6;
|
||||
const MISSING_PRODUCT_ID = 7;
|
||||
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user