<?php namespace Aws\FreeTier\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Free Tier** service. */ class FreeTierException extends AwsException {}