MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / wrapexcept

Function wrapexcept

extern/boost/boost/throw_exception.hpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 explicit wrapexcept( E const & e, boost::source_location const & loc ): E( e )
103 {
104 copy_from( &e );
105
106 set_info( *this, throw_file( loc.file_name() ) );
107 set_info( *this, throw_line( loc.line() ) );
108 set_info( *this, throw_function( loc.function_name() ) );
109 set_info( *this, throw_column( loc.column() ) );
110 }
111
112 virtual boost::exception_detail::clone_base const * clone() const BOOST_OVERRIDE
113 {

Callers

nothing calls this directly

Calls 1

copy_fromFunction · 0.85

Tested by

no test coverage detected