This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/library/intl/src/Exception/ExceptionInterface.php
2014-12-31 10:42:08 +01:00

8 lines
80 B
PHP

<?php
namespace CommerceGuys\Intl\Exception;
interface ExceptionInterface
{
}