InvalidArgumentException.php 173 B

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