You are here

public function Thing1::__toString in Zircon Profile 8

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

File

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

Class

Thing1

Namespace

GuzzleHttp\Promise\Tests

Code

public function __toString() {
  return $this->message;
}