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