You are here

class Thing2 in Zircon Profile 8

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

Hierarchy

  • class \GuzzleHttp\Promise\Tests\Thing2 implements \GuzzleHttp\Promise\Tests\JsonSerializable

Expanded class hierarchy of Thing2

File

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

Namespace

GuzzleHttp\Promise\Tests
View source
class Thing2 implements \JsonSerializable {
  public function jsonSerialize() {
    return '{}';
  }

}

Members