mirror of https://github.com/sbt/sbt.git
reorganize main
This commit is contained in:
parent
33206fc537
commit
5409dd91d8
|
|
@ -0,0 +1,7 @@
|
|||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2011 Mark Harrah
|
||||
*/
|
||||
package sbt
|
||||
|
||||
final class MessageOnlyException(override val toString: String) extends RuntimeException(toString)
|
||||
final class NoMessageException extends RuntimeException
|
||||
Loading…
Reference in New Issue