app / de.uniks.codliners.stock_simulator.repository / NewsRepository / State / Error

Error

class Error : State

An error occurred.

Constructors

<init>

An error occurred.

Error(exception: Exception)

Properties

exception

The exception.

val exception: Exception