Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelcafediretodope.meumercado.app
/
vendor
/
facade
/
ignition-contracts
/
src
/
Editing: 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; }
Save
Cancel