Skip to content

Convert error handlers to use std::error_code #116

@ben-crowhurst

Description

@ben-crowhurst

From

void set_error_handler( const std::function< void ( const int, const std::exception&, const std::shared_ptr< Session > ) >& value );

To

void set_error_handler( const std::function< void ( const std::error_code, const std::shared_ptr< Session > ) >& value );

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions