Upgrade framework
This commit is contained in:
14
vendor/nunomaduro/termwind/src/Exceptions/InvalidStyle.php
vendored
Normal file
14
vendor/nunomaduro/termwind/src/Exceptions/InvalidStyle.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Termwind\Exceptions;
|
||||
|
||||
use InvalidArgumentException;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class InvalidStyle extends InvalidArgumentException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user