summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Omics/Exception/OmicsException.php
blob: 58456e441228c50e2d65a4e38a8e083837308846 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\Omics\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Omics** service.
 */
class OmicsException extends AwsException {}