11 lines
190 B
PHP
11 lines
190 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\Arn\Exception;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Represents a failed attempt to construct an Arn
|
||
|
|
*/
|
||
|
|
class InvalidArnException extends \RuntimeException
|
||
|
|
{
|
||
|
|
}
|