PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
nunomaduro
/
collision
/
src
/
Adapters
/
Laravel
/
Exceptions
<?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 { }
[+]
..
[-] RequirementsException.php
[edit]
[-] .htaccess
[edit]