<?php

namespace Xentral\Modules\Pos\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface PosExceptionInterface extends ModuleExceptionInterface
{
}