Updated on 2026-08-14
This commit is contained in:
parent
e98780ff93
commit
479d142807
283 changed files with 2338 additions and 2730 deletions
|
|
@ -11,7 +11,7 @@ interface ModuleMessage
|
|||
* @property message the error description
|
||||
* @property data any data that can help in the part where this error is being handled
|
||||
*/
|
||||
abstract class ModuleError() : Throwable(), ModuleMessage {
|
||||
abstract class ModuleError : Throwable(), ModuleMessage {
|
||||
abstract val code: Int
|
||||
abstract override val message: String
|
||||
abstract val data: Any?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue