Skip to content

Commit 00cdcfc

Browse files
authored
Merge pull request #201 from dorisugita/patch-3
cleanup
2 parents e9c1022 + 5bb7337 commit 00cdcfc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/MoonSharp.Interpreter/Errors/ScriptRuntimeException.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ScriptRuntimeException : InterpreterException
2020
public ScriptRuntimeException(Exception ex)
2121
: base(ex)
2222
{
23-
}
23+
}
2424

2525
/// <summary>
2626
/// Initializes a new instance of the <see cref="ScriptRuntimeException"/> class.
@@ -33,7 +33,6 @@ public ScriptRuntimeException(ScriptRuntimeException ex)
3333
this.DoNotDecorateMessage = true;
3434
}
3535

36-
3736
/// <summary>
3837
/// Initializes a new instance of the <see cref="ScriptRuntimeException"/> class.
3938
/// </summary>
@@ -255,7 +254,6 @@ public static ScriptRuntimeException BadArgumentValueExpected(int argNum, string
255254
argNum + 1, funcName);
256255
}
257256

258-
259257
/// <summary>
260258
/// Creates a ScriptRuntimeException with a predefined error message specifying that
261259
/// an invalid attempt to index the specified object was made

0 commit comments

Comments
 (0)