Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::exception_factory::exception_builder< T > Struct Template Reference

#include <exception.hpp>

Inheritance diagram for fc::exception_factory::exception_builder< T >:
Collaboration diagram for fc::exception_factory::exception_builder< T >:

Public Member Functions

virtual NO_RETURN void rethrow (const exception &e) const override
 
- Public Member Functions inherited from fc::exception_factory::base_exception_builder

Detailed Description

template<typename T>
struct fc::exception_factory::exception_builder< T >

Definition at line 219 of file exception.hpp.

Member Function Documentation

◆ rethrow()

template<typename T >
virtual NO_RETURN void fc::exception_factory::exception_builder< T >::rethrow ( const exception & e) const
inlineoverridevirtual

Implements fc::exception_factory::base_exception_builder.

Definition at line 221 of file exception.hpp.

222 {
223 throw T( e );
224 }
#define T(meth, val, expected)

The documentation for this struct was generated from the following file: