D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
facade
/
ignition-contracts
/
src
/
Filename :
HasSolutionsForThrowable.php
back
Copy
<?php namespace Facade\IgnitionContracts; use Throwable; interface HasSolutionsForThrowable { public function canSolve(Throwable $throwable): bool; /** \Facade\IgnitionContracts\Solution[] */ public function getSolutions(Throwable $throwable): array; }