Object ThrowableInfo.Companion
-
- All Implemented Interfaces:
public class ThrowableInfo.CompanionStatic methods and properties.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ThrowableInfo.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ThrowableInfofromException(Throwable err)Creates a new ThrowableInfo instance from the given Throwable. -
-
Method Detail
-
fromException
final ThrowableInfo fromException(Throwable err)
Creates a new ThrowableInfo instance from the given Throwable.
- Returns:
Returns a new ThrowableInfo instance.
-
-
-
-