Finesse/QueryScribe

View on GitHub
src/Exceptions/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Finesse\QueryScribe\Exceptions;

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