5 lines
89 B
PHP
Raw Normal View History

2025-02-28 09:29:43 +08:00
<?php
namespace Picqer\Barcode\Exceptions;
class BarcodeException extends \Exception {}