Skip to content

Commit 5fe18a6

Browse files
committed
Update stdLambda.cls
1 parent 0cc0feb commit 5fe18a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/stdLambda.cls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,8 +2097,7 @@ End Sub
20972097
'@param {string} The error message to be thrown
20982098
'@returns {void}
20992099
Private Sub Throw(ByVal sMessage As String)
2100-
Err.Raise 1, "stdLambda", sMessage, vbCritical
2101-
End
2100+
Err.Raise 1, "stdLambda", sMessage
21022101
End Sub
21032102

21042103

0 commit comments

Comments
 (0)