|
|
@@ -20,7 +20,7 @@ namespace MoonSharp.Interpreter
|
|
|
public ScriptRuntimeException(Exception ex)
|
|
|
: base(ex)
|
|
|
{
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
/// <summary>
|
|
|
/// Initializes a new instance of the <see cref="ScriptRuntimeException"/> class.
|
|
|
@@ -33,7 +33,6 @@ namespace MoonSharp.Interpreter
|
|
|
this.DoNotDecorateMessage = true;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// Initializes a new instance of the <see cref="ScriptRuntimeException"/> class.
|
|
|
/// </summary>
|
|
|
@@ -255,7 +254,6 @@ namespace MoonSharp.Interpreter
|
|
|
argNum + 1, funcName);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// Creates a ScriptRuntimeException with a predefined error message specifying that
|
|
|
/// an invalid attempt to index the specified object was made
|