summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php
blob: 8690f75722d8c04ea41e412bf63ff2020c6874f8 (plain)
1
2
3
4
5
6
7
<?php
namespace Aws\Arn\Exception;

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