mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-04 02:50:29 +01:00
13 lines
189 B
PHP
13 lines
189 B
PHP
|
<?php
|
||
|
|
||
|
|
||
|
namespace Xentral\Modules\FiskalyApi\Exception;
|
||
|
|
||
|
|
||
|
use Xentral\Core\Exception\ModuleExceptionInterface;
|
||
|
|
||
|
interface FiskalyApiExceptionInterface extends ModuleExceptionInterface
|
||
|
{
|
||
|
|
||
|
}
|