removed arguments from StopException

This commit is contained in:
Dhairya Gandhi 2018-08-20 14:08:23 +05:30
parent df22bc5c8f
commit 51578177a5

View File

@ -14,9 +14,7 @@ macro interrupts(ex)
end) end)
end end
struct StopException <: Exception struct StopException <: Exception end
x::Symbol
end
function stop() function stop()
throw(StopException()) throw(StopException())