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