MillException
mill.api.MillException
@Scaladoc(value = "/**\n * This exception is specifically handled in [[mill.runner.MillMain]] and [[mill.runner.MillServerMain]]. You can use it, if you need to exit Mill with a nice error message.\n * @param msg The error message, to be displayed to the user.\n */")
class MillException(msg: String) extends Exception
This exception is specifically handled in mill.runner.MillMain and mill.runner.MillServerMain. You can use it, if you need to exit Mill with a nice error message.
Value parameters
- msg
-
The error message, to be displayed to the user.
Attributes
- Source
- MillException.scala
- Graph
-
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class BuildScriptException
Members list
In this article