M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app2/vendor/spatie/ignition/src/Contracts/
Upload File :
Current File : /home/bullgymbny/app2/vendor/spatie/ignition/src/Contracts/HasSolutionsForThrowable.php

<?php

namespace Spatie\Ignition\Contracts;

use Throwable;

interface HasSolutionsForThrowable
{
    public function canSolve(Throwable $throwable): bool;

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

GO Party By You