Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../../vendor/webklex/.././unicodeveloper/../spatie/././ignition/./src/Contracts
الملفات الموجودة في هذا الـ Path:
.
..
BaseSolution.php
ConfigManager.php
HasSolutionsForThrowable.php
ProvidesSolution.php
RunnableSolution.php
Solution.php
SolutionProviderRepository.php

مشاهدة ملف: ProvidesSolution.php

<?php

namespace Spatie\Ignition\Contracts;

/**
 * Interface to be used on exceptions that provide their own solution.
 */
interface ProvidesSolution
{
    public function getSolution(): Solution;
}