v1.0.0
English

Exceptions.php

system/Debug/Exceptions.php
1 class 20 methods

class Exceptions

Exceptions manager
__construct (ExceptionsConfig $config) public
initialize () public
exceptionHandler (Throwable $exception) public
errorHandler (int $severity, string $message, ?string $file = null, ?int $line = null) public
isSessionSidDeprecationError (string $message, ?string $file = null, ?int $line = null) private
isImplicitNullableDeprecationError (string $message, ?string $file = null, ?int $line = null) private
shutdownHandler () public
determineView (Throwable $exception, string $templatePath) protected
render (Throwable $exception, int $statusCode) protected
string () public
collectVars (Throwable $exception, int $statusCode) protected
maskSensitiveData ($trace, array $keysToMask, string $path = '') protected
maskData ($args, array $keysToMask, string $path = '') private
determineCodes (Throwable $exception) protected
isDeprecationError (int $error) private
handleDeprecationError (string $message, ?string $file = null, ?int $line = null) private
cleanPath (string $file) public
describeMemory (int $bytes) public
highlightFile (string $file, int $lineNumber, int $lines = 15) public
renderBacktrace (array $backtrace) private
phpDG v1.0.0 Exceptions.php 662 files 498 classes 763 fn
Generated