Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/spatie/ignition/src/Contracts/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/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;
}