Primo Committ
This commit is contained in:
13
vendor/facade/ignition-contracts/src/HasSolutionsForThrowable.php
vendored
Normal file
13
vendor/facade/ignition-contracts/src/HasSolutionsForThrowable.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Facade\IgnitionContracts;
|
||||
|
||||
use Throwable;
|
||||
|
||||
interface HasSolutionsForThrowable
|
||||
{
|
||||
public function canSolve(Throwable $throwable): bool;
|
||||
|
||||
/** \Facade\IgnitionContracts\Solution[] */
|
||||
public function getSolutions(Throwable $throwable): array;
|
||||
}
|
||||
Reference in New Issue
Block a user