class Error : State
Indicates that a QuoteRepository has encountered an exception.
<init> |
Indicates that a QuoteRepository has encountered an exception. Error(exception: Exception) |
exception |
The exception that caused this State. val exception: Exception |