RushCode/m1-api

View on GitHub
src/Exceptions/JsonParserException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace leocata\M1\Exceptions;

class JsonParserException extends \RuntimeException
{
}