관리-도구
편집 파일: DocDBException.php
<?php namespace Aws\DocDB\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon DocumentDB with MongoDB compatibility** service. */ class DocDBException extends AwsException {}