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

Class PackageFileNotFound

include/Core/System/Exceptions.hpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 };
76
77 class PackageFileNotFound : public Exception
78 {
79 public:
80 PackageFileNotFound(std::string_view path, DebugInfo info)
81 : Exception("PackageFileNotFound", info)
82 {
83 this->error(
84 "Impossible to find a Package file at following path : '{}'", path);
85 }
86 };
87
88 class PackageAlreadyInstalled : public Exception
89 {

Callers 1

InstallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected