summaryrefslogtreecommitdiffstats
path: root/tests/stubs/GuzzleHttp_Exception_ServerException.php
blob: 5ce499c2dbf630e04a03ed53fc2378ba51485439 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace GuzzleHttp\Exception;

class ServerException extends \RuntimeException {

	public function getResponse() {
	}
	public function hasResponse(): bool {
	}
}