mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
@@ -14,11 +14,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace Ramsey\Uuid\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
use LogicException as PhpLogicException;
|
||||
|
||||
/**
|
||||
* Thrown to indicate that the requested operation is not supported.
|
||||
* Thrown to indicate that the requested operation is not supported
|
||||
*/
|
||||
class UnsupportedOperationException extends RuntimeException
|
||||
class UnsupportedOperationException extends PhpLogicException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user