clean up error handling
extract remote service error handling - use helper in AccountRegistryService - use helper in DeviceRegistryService - add responseErrorHandler in Helper.kt - add hlaejaErrorHandler in Helper.kt change NoChangeException to extend HlaejaException change NotFoundException to extend HlaejaException
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package ltd.hlaeja.exception
|
||||
|
||||
@Suppress("unused")
|
||||
open class NoChangeException : AccountRegistryException {
|
||||
open class NoChangeException : HlaejaException {
|
||||
|
||||
constructor() : super()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user