public function Thing2::jsonSerialize in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/promises/tests/RejectionExceptionTest.php \GuzzleHttp\Promise\Tests\Thing2::jsonSerialize()
File
- vendor/
guzzlehttp/ promises/ tests/ RejectionExceptionTest.php, line 21
Class
Namespace
GuzzleHttp\Promise\TestsCode
public function jsonSerialize() {
return '{}';
}