removed arguments from StopException
This commit is contained in:
parent
df22bc5c8f
commit
51578177a5
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user