3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/runtime/BaseError.h"
13namespace ScriptModuleMinecraftNet {
24 ScriptHttpRequestNotAllowedError& operator=(ScriptHttpRequestNotAllowedError
const&);
25 ScriptHttpRequestNotAllowedError(ScriptHttpRequestNotAllowedError
const&);
26 ScriptHttpRequestNotAllowedError();
41 MCNAPI static ::Scripting::ErrorBinding
bind();
47 MCNAPI
void*
$ctor(::std::string uri);
MCAPI ScriptHttpRequestNotAllowedError(::std::string uri)
static MCAPI ::Scripting::ErrorBinding bind()
MCAPI::std::string getUri() const
MCAPI ~ScriptHttpRequestNotAllowedError()
MCAPI void * $ctor(::std::string uri)
Definition BaseError.h:12
Definition ErrorBinding.h:15