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

Class UnknownReferential

include/Core/Transform/Exceptions.hpp:32–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 };
31
32 class UnknownReferential : public Exception
33 {
34 public:
35 UnknownReferential(std::string_view referential, DebugInfo info)
36 : Exception("UnknownReferential", info)
37 {
38 this->error("'{}' is not a valid known Referential", referential);
39 this->hint("Try one of these Referentials : (TopLeft, Top, TopRight, Left, "
40 "Center, Right, BottomLeft, Bottom, BottomRight, "
41 "Referential<double, double>");
42 }
43 };
44
45 class UnknownUnit : public Exception
46 {

Callers 1

FromStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected