Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
facade
/
ignition-contracts
/
src
:
HasSolutionsForThrowable.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Facade\IgnitionContracts; use Throwable; interface HasSolutionsForThrowable { public function canSolve(Throwable $throwable): bool; /** \Facade\IgnitionContracts\Solution[] */ public function getSolutions(Throwable $throwable): array; }