Files

10 lines
189 B
PHP
Raw Permalink Normal View History

2021-05-21 08:49:41 +02:00
<?php
namespace Xentral\Components\Barcode\Exception;
use Xentral\Core\Exception\ComponentExceptionInterface;
interface BarcodeExceptionInterface extends ComponentExceptionInterface
{
}