mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-21 17:07:27 +03:00
Clean up code according to PhpStorm inspections report
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
|
||||
namespace Ramsey\Uuid\Exception;
|
||||
|
||||
use InvalidArgumentException;
|
||||
|
||||
/**
|
||||
* Thrown to indicate that the parsed UUID string is invalid.
|
||||
*/
|
||||
class InvalidUuidStringException extends \InvalidArgumentException
|
||||
class InvalidUuidStringException extends InvalidArgumentException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user