관리-도구
편집 파일: BatchException.php
<?php namespace Aws\Batch\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Batch** service. */ class BatchException extends AwsException {}