File "ProvidesSolution.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/spatie/ignition/src/Contracts/ProvidesSolution.php
File size: 200 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\Ignition\Contracts;
/**
* Interface to be used on exceptions that provide their own solution.
*/
interface ProvidesSolution
{
public function getSolution(): Solution;
}