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