Your IP : 13.58.84.207


Current Path : /home/lentoinv/test.lentoria.com/vendor/spatie/ignition/src/Contracts/
Upload File :
Current File : //home/lentoinv/test.lentoria.com/vendor/spatie/ignition/src/Contracts/ProvidesSolution.php

<?php

namespace Spatie\Ignition\Contracts;

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

?>