removed argument from stop function

This commit is contained in:
Dhairya Gandhi 2018-08-20 14:02:09 +05:30
parent 06db6ed314
commit df22bc5c8f

View File

@ -18,7 +18,7 @@ struct StopException <: Exception
x::Symbol
end
function stop(x)
function stop()
throw(StopException())
end