Finesse/MicroDB

View on GitHub
src/IException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Finesse\MicroDB;

/**
 * Common exception interface for all the library exceptions.
 *
 * @author Surgie
 */
interface IException {}