PATH:
home
/
centosnipponia
/
public_html
/
msg
/
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; }
[+]
..
[-] BaseSolution.php
[edit]
[-] HasSolutionsForThrowable.php
[edit]
[-] ProvidesSolution.php
[edit]
[-] RunnableSolution.php
[edit]
[-] Solution.php
[edit]
[-] SolutionProviderRepository.php
[edit]
[-] .htaccess.disabled
[edit]