Initial commit
This commit is contained in:
8
pma/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php
vendored
Normal file
8
pma/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace BaconQrCode\Exception;
|
||||
|
||||
final class RuntimeException extends \RuntimeException implements ExceptionInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user