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