8 lines
176 B
PHP
8 lines
176 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Xentral\Modules\AmaInvoice\Exception;
|
||
|
|
|
||
|
|
final class AmazonInvoiceServiceException extends \InvalidArgumentException implements AmaInvoiceExceptionInterface
|
||
|
|
{
|
||
|
|
}
|