deepseektest/addons/barcode/library/Barcode/Exceptions/InvalidLengthException.php

5 lines
101 B
PHP

<?php
namespace Picqer\Barcode\Exceptions;
class InvalidLengthException extends BarcodeException {}