Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Classes

  • ErrorHandlerManager
  • ErrorHandlerProvider
  • StubErrorHandler

Interfaces

  • ErrorHandlerInterface
  • ErrorHandlerManagerInterface
  • Overview
  • Namespace
  • Class

Interface ErrorHandlerInterface

Class that can handle exceptions.

Direct known implementers

Autarky\Errors\ErrorHandlerManagerInterface, Autarky\Logging\LoggingErrorHandler

Indirect known implementers

Autarky\Errors\ErrorHandlerManager, Autarky\Errors\StubErrorHandler
Namespace: Autarky\Errors
Located at Errors/ErrorHandlerInterface.php
Methods summary
public Symfony\Component\HttpFoundation\Response
# handle( Exception $exception )

Handle an exception.

Handle an exception.

Parameters

$exception

Returns

Symfony\Component\HttpFoundation\Response
Autarky Framework API documentation generated by ApiGen