5 lines
88 B
PHP
5 lines
88 B
PHP
<?php
|
|
namespace Aws\Exception;
|
|
|
|
class CredentialsException extends \RuntimeException {}
|