Path : /var/www/html/jewelry-pos/vendor/spatie/error-solutions/src/Contracts/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //var/www/html/jewelry-pos/vendor/spatie/error-solutions/src/Contracts/HasSolutionsForThrowable.php |
<?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; }