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
struct StopException <: Exception
x::Symbol
end
struct StopException <: Exception end
function stop()
throw(StopException())