Edit File: NotSupportedYetException.php
<?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 NotSupportedYetException extends RuntimeException implements RenderlessEditor, RenderlessTrace {}
Back to File Manager