mirror of
https://github.com/danog/Valinor.git
synced 2024-11-30 04:39:05 +01:00
fix: treat forbidden mixed type as invalid type
This commit is contained in:
parent
47ecccee2b
commit
36bd3638c8
@ -4,9 +4,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace CuyZ\Valinor\Type\Types\Exception;
|
||||
|
||||
use CuyZ\Valinor\Type\Parser\Exception\InvalidType;
|
||||
use LogicException;
|
||||
|
||||
final class ForbiddenMixedType extends LogicException
|
||||
final class ForbiddenMixedType extends LogicException implements InvalidType
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user