5 lines
89 B
PHP
Raw Normal View History

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