mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-19 04:13:45 +08:00
9 lines
181 B
PHP
9 lines
181 B
PHP
<?php
|
|
namespace Aws\DirectoryService\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* AWS Directory Service Exception
|
|
*/
|
|
class DirectoryServiceException extends AwsException {}
|