Skip to content

Commit

Permalink
removed named argument from Exception inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlfare committed Oct 1, 2023
1 parent 2fdb230 commit 7387a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/lucasalfare/flmidi/FLMidiException.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package com.lucasalfare.flmidi
/**
* Defines the base exception that could occur over the library flow.
*/
class FLMidiException(message: String): Exception(message = message)
class FLMidiException(message: String): Exception(message)

0 comments on commit 7387a9d

Please sign in to comment.