File "InvalidStyleException.php"
Full Path: /var/www/html/back/vendor/nunomaduro/collision/src/Exceptions/InvalidStyleException.php
File size: 195 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace NunoMaduro\Collision\Exceptions;
use RuntimeException;
/**
* @internal
*/
final class InvalidStyleException extends RuntimeException
{
// ...
}