mirror of https://github.com/sbt/sbt.git
Merge remote-tracking branch 'cancel-bug' into 0.13
This commit is contained in:
commit
f6141d2862
|
|
@ -0,0 +1,9 @@
|
|||
package xsbti;
|
||||
|
||||
/**
|
||||
* An exception thrown when compilation cancellation has been requested during
|
||||
* Scala compiler run.
|
||||
*/
|
||||
public abstract class CompileCancelled extends RuntimeException {
|
||||
public abstract String[] arguments();
|
||||
}
|
||||
Loading…
Reference in New Issue