Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HttpKernelBrowser.php

function HttpKernelBrowser::catchExceptions

Sets whether to catch exceptions when the kernel is handling a request.

File

vendor/symfony/http-kernel/HttpKernelBrowser.php, line 52

Class

HttpKernelBrowser
Simulates a browser and makes requests to an HttpKernel instance.

Namespace

Symfony\Component\HttpKernel

Code

public function catchExceptions(bool $catchExceptions) : void {
    $this->catchExceptions = $catchExceptions;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal