mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-08 05:51:05 -07:00
4 lines
94 B
PHP
4 lines
94 B
PHP
<?php
|
|
namespace Aws\Api\Parser\Exception;
|
|
|
|
class ParserException extends \RuntimeException {}
|