mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Regex - move exceptions related to regular expressions to namespace with "Regex"
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
namespace Meritoo\Common\Utilities;
|
||||
|
||||
use Meritoo\Common\Exception\IncorrectColorHexLengthException;
|
||||
use Meritoo\Common\Exception\InvalidColorHexValueException;
|
||||
use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
||||
use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
||||
|
||||
/**
|
||||
* Useful regular expressions methods
|
||||
|
||||
Reference in New Issue
Block a user