5 lines
104 B
PHP
Raw Normal View History

2025-05-20 16:33:23 +08:00
<?php
namespace Picqer\Barcode\Exceptions;
class InvalidCharacterException extends BarcodeException {}