Finesse/Wired

View on GitHub
src/Exceptions/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Finesse\Wired\Exceptions;

/**
 * Common interface for all the exceptions of this package.
 *
 * @author Surgie
 */
interface ExceptionInterface {}