<?php namespace Aws\PCS\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Parallel Computing Service** service. */ class PCSException extends AwsException {}