mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-12 08:06:22 -07:00
4 lines
96 B
PHP
4 lines
96 B
PHP
<?php
|
|
namespace Aws\Exception;
|
|
|
|
class UnresolvedSignatureException extends \RuntimeException {}
|