Minsky
minsky::anonymous_namespace{evalGodley.cc} Namespace Reference

Functions

void throwInvalidAssetLiabilityPair (const string &name)
 

Function Documentation

◆ throwInvalidAssetLiabilityPair()

void minsky::anonymous_namespace{evalGodley.cc}::throwInvalidAssetLiabilityPair ( const string &  name)

Definition at line 34 of file evalGodley.cc.

Referenced by minsky::SharedColumnCheck::checkShared().

35  {
36  throw error("shared column %s is not an asset/liability pair",
37  name.c_str());
38  }
Here is the caller graph for this function: