<?php

namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\Arn\Exception;

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