| Current Path : /var/www/html/edd.sumar.com.py/vendor/bacon/bacon-qr-code/src/Exception/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php |
<?php
declare(strict_types = 1);
namespace BaconQrCode\Exception;
use Throwable;
interface ExceptionInterface extends Throwable
{
}