aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php
blob: 1e7fcc88c5d2df5f8b63d1eacba23a6d11192dd9 (plain)
1
2
3
4
5
6
7
8
<?php
declare(strict_types = 1);

namespace BaconQrCode\Exception;

final class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}