8 lines
99 B
PHP
8 lines
99 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Xentral\Modules\AmaInvoice\Exception;
|
||
|
|
|
||
|
|
interface AmaInvoiceExceptionInterface
|
||
|
|
{
|
||
|
|
}
|