/
home
/
sjslayjy
/
public_html
/
scm
/
vendor
/
facade
/
ignition-contracts
/
src
/
Upload File
HOME
<?php namespace Facade\IgnitionContracts; use Throwable; interface HasSolutionsForThrowable { public function canSolve(Throwable $throwable): bool; /** \Facade\IgnitionContracts\Solution[] */ public function getSolutions(Throwable $throwable): array; }