PATH:
home
/
lab2454c
/
omvstudio.com
/
vendor
/
nunomaduro
/
termwind
/
src
/
Exceptions
<?php declare(strict_types=1); namespace Termwind\Exceptions; use InvalidArgumentException; /** * @internal */ final class InvalidChild extends InvalidArgumentException { }
[+]
..
[-] InvalidStyle.php
[edit]
[-] StyleNotFound.php
[edit]
[-] InvalidColor.php
[edit]
[-] InvalidChild.php
[edit]
[-] ColorNotFound.php
[edit]