/
home
/
obinna
/
html
/
cravings
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Batch
/
Exception
/
Upload File
HOME
<?php namespace Aws\Batch\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Batch** service. */ class BatchException extends AwsException {}