Skip to content

basic_router exception handlers #113

@vinniefalco

Description

@vinniefalco

the router needs to catch exceptions thrown by handlers and give the caller a way to dispatch the exception to exception handlers installed into the router like this:

router.except(
    []( std::exception const& )
    {
      //...
    });
router.except(
  []( boost::json::exception const& )
  {
    //...
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions