Your IP : 3.133.141.201


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/nunomaduro/termwind/src/Exceptions/
Upload File :
Current File : //home/lentoinv/test.api.lentoria.com/vendor/nunomaduro/termwind/src/Exceptions/InvalidColor.php

<?php

declare(strict_types=1);

namespace Termwind\Exceptions;

use InvalidArgumentException;

/**
 * @internal
 */
final class InvalidColor extends InvalidArgumentException
{
}

?>