mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-02-06 01:31:06 +01:00
10 lines
228 B
PHP
10 lines
228 B
PHP
|
<?php
|
||
|
namespace Aws\CodeGuruProfiler\Exception;
|
||
|
|
||
|
use Aws\Exception\AwsException;
|
||
|
|
||
|
/**
|
||
|
* Represents an error interacting with the **Amazon CodeGuru Profiler** service.
|
||
|
*/
|
||
|
class CodeGuruProfilerException extends AwsException {}
|