Exceptions.php
system/Debug/Exceptions.php
1 class
20 methods
class Exceptions
Exceptions manager
__construct
(ExceptionsConfig $config)
initialize
()
exceptionHandler
(Throwable $exception)
errorHandler
(int $severity, string $message, ?string $file = null, ?int $line = null)
isSessionSidDeprecationError
(string $message, ?string $file = null, ?int $line = null)
isImplicitNullableDeprecationError
(string $message, ?string $file = null, ?int $line = null)
shutdownHandler
()
determineView
(Throwable $exception, string $templatePath)
render
(Throwable $exception, int $statusCode)
string
()
collectVars
(Throwable $exception, int $statusCode)
maskSensitiveData
($trace, array $keysToMask, string $path = '')
maskData
($args, array $keysToMask, string $path = '')
determineCodes
(Throwable $exception)
isDeprecationError
(int $error)
handleDeprecationError
(string $message, ?string $file = null, ?int $line = null)
cleanPath
(string $file)
describeMemory
(int $bytes)
highlightFile
(string $file, int $lineNumber, int $lines = 15)
renderBacktrace
(array $backtrace)