InvalidArnException.php 150 B

1234567
  1. <?php
  2. namespace Aws\Arn\Exception;
  3. /**
  4. * Represents a failed attempt to construct an Arn
  5. */
  6. class InvalidArnException extends \RuntimeException {}