Home > Blockchain >  what is the NotImplementedError in Kotlin and how to solve it? [closed]
what is the NotImplementedError in Kotlin and how to solve it? [closed]

Time:09-27

I am new to kotlin and I have done some googling but could understand clearly. So please help me with a simplified answer

CodePudding user response:

An exception is thrown to indicate that a method body remains to be implemented. see here

  • Related