chippyash/semantic-version-updater

View on GitHub
src/Herrera/PHPUnit/Exception/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Herrera\PHPUnit\Exception;

/**
 * The interface is used to indicate the library responsible for the exception.
 *
 * @author Kevin Herrera <kevin@herrera.io>
 */
interface ExceptionInterface
{
}