File manager - Edit - /var/www/payraty/helpdesk/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 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings