View file core/libs/s3/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php

File size: 228B
<?php
namespace Aws\CodeGuruProfiler\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon CodeGuru Profiler** service.
 */
class CodeGuruProfilerException extends AwsException {}