Belle II Software development
FitParameterDimensionException Class Reference

exception template, runtime_error implements what() More...

#include <FitParameterDimensionException.h>

Inheritance diagram for FitParameterDimensionException:

Public Member Functions

 FitParameterDimensionException (std::string const &msg)
 throw a helpful message like this one.
 

Detailed Description

exception template, runtime_error implements what()

Definition at line 12 of file FitParameterDimensionException.h.

Constructor & Destructor Documentation

◆ FitParameterDimensionException()

FitParameterDimensionException ( std::string const &  msg)
inlineexplicit

throw a helpful message like this one.

Definition at line 15 of file FitParameterDimensionException.h.

15 :
16 runtime_error(msg)
17 {}

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