PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
aws
/
aws-sdk-php
/
src
/
imagebuilder
/
Exception
/
Editing: imagebuilderException.php
<?php namespace Aws\imagebuilder\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **EC2 Image Builder** service. */ class imagebuilderException extends AwsException {}
SAVE
CANCEL