Path : /var/www/html/master288-bk/vendor/facade/ignition-contracts/src/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/master288-bk/vendor/facade/ignition-contracts/src/HasSolutionsForThrowable.php |
<?php namespace Facade\IgnitionContracts; use Throwable; interface HasSolutionsForThrowable { public function canSolve(Throwable $throwable): bool; /** \Facade\IgnitionContracts\Solution[] */ public function getSolutions(Throwable $throwable): array; }