public function TestHttpKernel::isCatchingExceptions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/HttpCache/TestHttpKernel.php \Symfony\Component\HttpKernel\Tests\HttpCache\TestHttpKernel::isCatchingExceptions()
File
- vendor/
symfony/ http-kernel/ Tests/ HttpCache/ TestHttpKernel.php, line 54
Class
Namespace
Symfony\Component\HttpKernel\Tests\HttpCacheCode
public function isCatchingExceptions() {
return $this->catch;
}