Skip to content

Commit

Permalink
exception
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Aug 3, 2018
1 parent a8164f2 commit e40d41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PeriodicThread.java
Expand Up @@ -54,7 +54,7 @@ public void halt()
stopped=true;
}

public abstract void runPass();
public abstract void runPass() throws Exception;


}

0 comments on commit e40d41a

Please sign in to comment.