8 lines
96 B
PHP
Executable File
8 lines
96 B
PHP
Executable File
<?php
|
|
namespace Aws\Exception;
|
|
|
|
class CommonRuntimeException extends \RuntimeException
|
|
{
|
|
|
|
}
|