v1.0.0
English

BaseExceptionHandler.php

system/Debug/BaseExceptionHandler.php
1 class 9 methods

class BaseExceptionHandler

Provides common functions for exception handlers, especially around displaying the output.
__construct (ExceptionsConfig $config) public
handle (Throwable $exception, RequestInterface $request, ResponseInterface $response, int $statusCode, int $exitCode, ) public
collectVars (Throwable $exception, int $statusCode) protected
maskSensitiveData (array $trace, array $keysToMask, string $path = '') protected
maskData ($args, array $keysToMask, string $path = '') private
describeMemory (int $bytes) protected
highlightFile (string $file, int $lineNumber, int $lines = 15) protected
render (Throwable $exception, int $statusCode, $viewFile = null) protected
string () public
phpDG v1.0.0 BaseExceptionHandler.php 662 files 498 classes 763 fn
Generated