RuntimeException.php 157 B

12345678
  1. <?php
  2. declare(strict_types = 1);
  3. namespace BaconQrCode\Exception;
  4. final class RuntimeException extends \RuntimeException implements ExceptionInterface
  5. {
  6. }