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

Class PackageAlreadyInstalled

include/Core/System/Exceptions.hpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 };
87
88 class PackageAlreadyInstalled : public Exception
89 {
90 public:
91 PackageAlreadyInstalled(std::string_view package, DebugInfo info)
92 : Exception("PackageAlreadyInstalled", info)
93 {
94 this->error("A Package named '{}' is already installed", package);
95 }
96 };
97
98 class UnknownWorkspace : public Exception
99 {

Callers 1

InstallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected