mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 18:56:21 +00:00
8 lines
150 B
PHP
8 lines
150 B
PHP
<?php
|
|
namespace Aws\Arn\Exception;
|
|
|
|
/**
|
|
* Represents a failed attempt to construct an Arn
|
|
*/
|
|
class InvalidArnException extends \RuntimeException {}
|