ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/spatie/ignition/src/Contracts/ |
Current File : /home2/selectio/public_html/fms-worksuite/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; }