public function ExceptionHandler::__construct

File

drupal/core/vendor/symfony/debug/Symfony/Component/Debug/ExceptionHandler.php, line 37

Class

ExceptionHandler
ExceptionHandler converts an exception to a Response object.

Namespace

Symfony\Component\Debug

Code

public function __construct($debug = true, $charset = 'UTF-8') {
  $this->debug = $debug;
  $this->charset = $charset;
}