3 lines
92 B
Kotlin
3 lines
92 B
Kotlin
package app.exceptions
|
|
|
|
abstract class GitnuroException(msg: String) : RuntimeException(msg) |