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