<?php namespace Aws\CloudTrail\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the AWS CloudTrail service. */ class CloudTrailException extends AwsException {}
info at phpclasses dot org