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

Class MountFileMissing

include/Core/System/Exceptions.hpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 };
31
32 class MountFileMissing : public Exception
33 {
34 public:
35 MountFileMissing(std::string_view currentPath, DebugInfo info)
36 : Exception("MountFileMissing", info)
37 {
38 this->error(
39 "Could not find Mount.vili file in the execution directory : '{}'",
40 currentPath);
41 }
42 };
43
44 class MountablePathIndexOverflow : public Exception
45 {

Callers 1

LoadMountFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected