View file sdark.mobi/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php

File size: 149B
<?php

namespace Guzzle\Service\Exception;

use Guzzle\Common\Exception\RuntimeException;

class ResponseClassException extends RuntimeException
{
}