File "RequirementsException.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/nunomaduro/collision/src/Adapters/Laravel/Exceptions/RequirementsException.php
File size: 351 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace NunoMaduro\Collision\Adapters\Laravel\Exceptions;
use NunoMaduro\Collision\Contracts\RenderlessEditor;
use NunoMaduro\Collision\Contracts\RenderlessTrace;
use RuntimeException;
/**
* @internal
*/
final class RequirementsException extends RuntimeException implements RenderlessEditor, RenderlessTrace
{
}