GinoPane/PHPolyglot

View on GitHub
src/Exception/InvalidResponseContent.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace GinoPane\PHPolyglot\Exception;

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

}