ErrorHandler::setExceptionHandler()
  • References/PHP/Symfony/Component/Debug

callable|null setExceptionHandler(callable $handler = null) Sets a user exception handler.

2025-01-10 15:47:30
ErrorHandler::screamAt()
  • References/PHP/Symfony/Component/Debug

int screamAt(int $levels, bool $replace = false) Sets the error levels where the @-operator is

2025-01-10 15:47:30
BufferingLogger::cleanLogs()
  • References/PHP/Symfony/Component/Debug

cleanLogs()

2025-01-10 15:47:30
BufferingLogger
  • References/PHP/Symfony/Component/Debug

class BufferingLogger extends AbstractLogger A buffering logger that stacks logs for later.

2025-01-10 15:47:30
ErrorHandler::handleError()
  • References/PHP/Symfony/Component/Debug

bool handleError(int $type, string $message, string $file, int $line, array $context, array $backtrace = null)

2025-01-10 15:47:30
Debug
  • References/PHP/Symfony/Component/Debug

class Debug Registers all the debug tools. Methods

2025-01-10 15:47:30
ErrorHandler::setLoggers()
  • References/PHP/Symfony/Component/Debug

array setLoggers(array $loggers) Sets a logger for each error level.

2025-01-10 15:47:30
ErrorHandler::stackErrors()
  • References/PHP/Symfony/Component/Debug

static stackErrors() Configures the error handler for delayed handling. Ensures

2025-01-10 15:47:30
ErrorHandler::scopeAt()
  • References/PHP/Symfony/Component/Debug

int scopeAt(int $levels, bool $replace = false) Sets the PHP error levels for which local variables

2025-01-10 15:47:30
ErrorHandler::throwAt()
  • References/PHP/Symfony/Component/Debug

int throwAt(int $levels, bool $replace = false) Sets the PHP error levels that throw an exception

2025-01-10 15:47:30