View file core/libs/s3/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php

File size: 150B
<?php
namespace Aws\Arn\Exception;

/**
 * Represents a failed attempt to construct an Arn
 */
class InvalidArnException extends \RuntimeException {}