samizdam/PhamilyFramework

View on GitHub
src/Repository/Exception/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phamily\Framework\Repository\Exception;

use Phamily\Framework\Exception\PhamilyExceptionInterface;

/**
 *
 * @author samizdam
 *
 */
interface ExceptionInterface extends PhamilyExceptionInterface
{
}