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