Skip to content

Commit

Permalink
Update base error model
Browse files Browse the repository at this point in the history
  • Loading branch information
adrie4mac committed Jan 22, 2019
1 parent d39495a commit 15cfd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kit/src/main/java/com/adriesavana/kit/model/Error.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.adriesavana.kit.model

class Error(
open class Error(
val requestId: String,
val status: Int,
val data: List<Any>,
Expand Down

0 comments on commit 15cfd16

Please sign in to comment.