RushCode/m1-api

View on GitHub
src/Exceptions/ClientException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace leocata\M1\Exceptions;

class ClientException extends \RuntimeException
{
}