GinoPane/PHPolyglot

View on GitHub
src/Exception/BadResponseContextException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace GinoPane\PHPolyglot\Exception;

/**
 * Class BadResponseContextException
 *
 * @author Sergey <Gino Pane> Karavay
 */
class BadResponseContextException extends \Exception
{

}