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

Class InvalidMouseButtonEnumValue

include/Core/System/Exceptions.hpp:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 };
20
21 class InvalidMouseButtonEnumValue : public Exception
22 {
23 public:
24 InvalidMouseButtonEnumValue(int enumValue, DebugInfo info)
25 : Exception("InvalidMouseButtonEnumValue", info)
26 {
27 this->error(
28 "MouseButton enum should not have the following value : {}", enumValue);
29 }
30 };
31
32 class MountFileMissing : public Exception
33 {

Callers 1

MouseButtonToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected