PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
vendor
/
facade
/
ignition-contracts
/
src
<?php namespace Facade\IgnitionContracts; use Throwable; interface HasSolutionsForThrowable { public function canSolve(Throwable $throwable): bool; /** \Facade\IgnitionContracts\Solution[] */ public function getSolutions(Throwable $throwable): array; }
[-] HasSolutionsForThrowable.php
[edit]
[-] ProvidesSolution.php
[edit]
[-] BaseSolution.php
[edit]
[+]
..
[-] SolutionProviderRepository.php
[edit]
[-] RunnableSolution.php
[edit]
[-] Solution.php
[edit]