Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

III-3173 Fix broken error handler #31

Merged
merged 3 commits into from
Dec 18, 2019
Merged

III-3173 Fix broken error handler #31

merged 3 commits into from
Dec 18, 2019

Commits on Dec 18, 2019

  1. III-3173 Make the ErrorHandler return an actual response

    Bert Ramakers committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d7c64f0 View commit details
    Browse the repository at this point in the history
  2. III-3173 Register the error handler as a service

    The error handler uses __invoke(), so there's no need to wrap it in an anonymous function since it's already a callable itself.
    Bert Ramakers committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    2a3c103 View commit details
    Browse the repository at this point in the history
  3. III-3173 Fix ErrorHandler test

    Bert Ramakers committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    bc18554 View commit details
    Browse the repository at this point in the history