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

Error

class Error : State

Indicates that a QuoteRepository has encountered an exception.

Constructors

<init>

Indicates that a QuoteRepository has encountered an exception.

Error(exception: Exception)

Properties

exception

The exception that caused this State.

val exception: Exception