Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit e93103f

Browse files
committed
Removed exception init
1 parent 6f11fe2 commit e93103f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main/kotlin/com/thoo/api/exceptions/FortniteApiException.kt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,4 @@ package com.thoo.api.exceptions
33
class FortniteApiException(
44
status: Int,
55
error: String
6-
): Exception("$error (${status})") {
7-
8-
init {
9-
println("$error (${status})")
10-
}
11-
12-
}
6+
): Exception("$error (${status})")

0 commit comments

Comments
 (0)