Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct internal_error

boost::unit_test::framework::internal_error — This exception type is used to report internal Boost.Test framework errors.

Synopsis

// In header: <boost/test/framework.hpp>


struct internal_error : public runtime_error {
  // construct/copy/destruct
  internal_error(const_string);
};

Description

internal_error public construct/copy/destruct

  1. internal_error(const_string m);

PrevUpHomeNext