OmhStorageException
sealed class OmhStorageException(val message: String? = null, val cause: Throwable? = null) : Exception
Inheritors
Types
Link copied to clipboard
class ApiException(val statusCode: Int? = null, message: String? = null, cause: Throwable? = null) : OmhStorageException
Link copied to clipboard
Link copied to clipboard