Вход Регистрация
Файл: vendor/spatie/ignition/src/Contracts/HasSolutionsForThrowable.php
Строк: 21
<?php

namespace SpatieIgnitionContracts;

use 
Throwable;

/**
 * Interface used for SolutionProviders.
 */
interface HasSolutionsForThrowable
{
    public function 
canSolve(Throwable $throwable): bool;

    
/** @return array<int, SpatieIgnitionContractsSolution> */
    
public function getSolutions(Throwable $throwable): array;
}
Онлайн: 3
Реклама