| Current Path : /var/www/html/eddcfa.sumar.com.py/vendor/facade/ignition-contracts/src/ |
| Current File : /var/www/html/eddcfa.sumar.com.py/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;
}