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