UnparsableResponse.php 145 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. namespace AsyncAws\Core\Exception;
  4. class UnparsableResponse extends \RuntimeException implements Exception
  5. {
  6. }