OutOfBoundsException.php 165 B

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