PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
spatie
/
ignition
/
src
/
Contracts
/
Editing: ProvidesSolution.php
<?php namespace Spatie\Ignition\Contracts; /** * Interface to be used on exceptions that provide their own solution. */ interface ProvidesSolution { public function getSolution(): Solution; }
SAVE
CANCEL