X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/nunomaduro/collision/src/Contracts
home
/
prisjneg
/
public_html
/
vendor
/
nunomaduro
/
collision
/
src
/
Contracts
/
📁
..
📁
Adapters
📄
RenderableOnCollisionEditor.php
(246 B)
📄
RenderlessEditor.php
(127 B)
📄
RenderlessTrace.php
(126 B)
📄
SolutionsRepository.php
(374 B)
Editing: SolutionsRepository.php
<?php declare(strict_types=1); namespace NunoMaduro\Collision\Contracts; use Spatie\ErrorSolutions\Contracts\Solution; use Throwable; /** * @internal */ interface SolutionsRepository { /** * Gets the solutions from the given `$throwable`. * * @return array<int, Solution> */ public function getFromThrowable(Throwable $throwable): array; }
Upload File
Create Folder