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
7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
namespace Aws\Exception;
|
|
|
|
class CommonRuntimeException extends \RuntimeException
|
|
{
|
|
|
|
}
|