kb / libs /jsonrpc /src /JsonRPC /Exception /InvalidJsonFormatException.php
Xv Zan
ULFS
e4f4821
raw
history blame
211 Bytes
<?php
namespace JsonRPC\Exception;
/**
* Class InvalidJsonFormatException
*
* @package JsonRPC\Exception
* @author Frederic Guillot
*/
class InvalidJsonFormatException extends RpcCallFailedException
{
}