3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/runtime/BaseError.h"
23 ScriptInvalidPathError& operator=(ScriptInvalidPathError
const&);
24 ScriptInvalidPathError(ScriptInvalidPathError
const&);
25 ScriptInvalidPathError();
38 MCNAPI static ::Scripting::ErrorBinding
bind();
44 MCNAPI
void*
$ctor(::std::string
const& path, ::std::string
const& message);
MCAPI ~ScriptInvalidPathError()
static MCAPI ::Scripting::ErrorBinding bind()
MCAPI void * $ctor(::std::string const &path, ::std::string const &message)
MCAPI ScriptInvalidPathError(::std::string const &path, ::std::string const &message)
Definition BaseError.h:12
Definition ErrorBinding.h:15