NonFatal

mill.api.daemon.internal.NonFatal
object NonFatal

Same as scala.util.control.NonFatal, but also considers LinkageError-s to be non fatal

Attributes

Source
NonFatal.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NonFatal.type

Members list

Value members

Concrete methods

def Try[T](f: => T): Try[T]

Attributes

Source
NonFatal.scala
def apply(t: Throwable): Boolean

Attributes

Source
NonFatal.scala
def unapply(t: Throwable): Option[Throwable]

Attributes

Source
NonFatal.scala