Dhii/i18n-interface

View on GitHub
src/Exception/I18nExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dhii\I18n\Exception;

/**
 * Something that can represent an exception which is related to internationalization.
 *
 * @since 0.1
 */
interface I18nExceptionInterface
{
}