8 lines
80 B
PHP
8 lines
80 B
PHP
<?php
|
|
|
|
namespace CommerceGuys\Intl\Exception;
|
|
|
|
interface ExceptionInterface
|
|
{
|
|
}
|