marcosh/fundic

View on GitHub
src/Exception/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Fundic\Exception;

interface ExceptionInterface extends \Throwable
{
}