removed arguments from StopException
This commit is contained in:
parent
df22bc5c8f
commit
51578177a5
@ -14,9 +14,7 @@ macro interrupts(ex)
|
||||
end)
|
||||
end
|
||||
|
||||
struct StopException <: Exception
|
||||
x::Symbol
|
||||
end
|
||||
struct StopException <: Exception end
|
||||
|
||||
function stop()
|
||||
throw(StopException())
|
||||
|
Loading…
Reference in New Issue
Block a user