You are here

public function Thing2::jsonSerialize in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/promises/tests/RejectionExceptionTest.php \GuzzleHttp\Promise\Tests\Thing2::jsonSerialize()

File

vendor/guzzlehttp/promises/tests/RejectionExceptionTest.php, line 21

Class

Thing2

Namespace

GuzzleHttp\Promise\Tests

Code

public function jsonSerialize() {
  return '{}';
}