PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Omics
/
Exception
/
Editing: OmicsException.php
<?php namespace Aws\Omics\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Omics** service. */ class OmicsException extends AwsException {}
SAVE
CANCEL