public function Thing1::__toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/promises/tests/RejectionExceptionTest.php \GuzzleHttp\Promise\Tests\Thing1::__toString()
File
- vendor/
guzzlehttp/ promises/ tests/ RejectionExceptionTest.php, line 13
Class
Namespace
GuzzleHttp\Promise\TestsCode
public function __toString() {
return $this->message;
}