main
<?php declare(strict_types = 1); namespace Soliant\SimpleFM\Client\ResultSet\Exception; use Throwable; interface ExceptionInterface extends Throwable { }