File manager - Edit - /home/autoph/public_html/projects/vendor/spatie/error-solutions/src/Contracts/HasSolutionsForThrowable.php
Back
<?php namespace Spatie\ErrorSolutions\Contracts; use Throwable; /** * Interface used for SolutionProviders. */ interface HasSolutionsForThrowable { public function canSolve(Throwable $throwable): bool; /** @return array<int, Solution> */ public function getSolutions(Throwable $throwable): array; }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings