MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / InvalidUnitsEnumValue

Class InvalidUnitsEnumValue

include/Core/Transform/Exceptions.hpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 };
56
57 class InvalidUnitsEnumValue : public Exception
58 {
59 public:
60 InvalidUnitsEnumValue(int enumValue, DebugInfo info)
61 : Exception("InvalidUnitsEnumValue", info)
62 {
63 this->error("Enum Units can't have invalid value ({})", enumValue);
64 }
65 };
66}

Callers 1

unitsToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected