diff options
author | Edoardo La Greca | 2025-08-07 20:07:38 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-08-07 20:07:38 +0200 |
commit | 9bf06f0575e2552cf6dfebb057e5b799ead4ea9f (patch) | |
tree | 3da73204f13dbb73f8464a545043d039f5fd146c /src/main/kotlin/RErrorException.kt | |
parent | 86df6e5f503f6675d39377370276d9f09c0043ef (diff) |
move RErrorException to except package
Diffstat (limited to 'src/main/kotlin/RErrorException.kt')
-rw-r--r-- | src/main/kotlin/RErrorException.kt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/kotlin/RErrorException.kt b/src/main/kotlin/RErrorException.kt deleted file mode 100644 index 56fdebc..0000000 --- a/src/main/kotlin/RErrorException.kt +++ /dev/null @@ -1,6 +0,0 @@ -/** - * This exception represents an error sent by the remote server as an R-error message. - * - * @param message The message sent by the server. - */ -class RErrorException(val rErrorMessage: String?) : Exception("R-error message received: $rErrorMessage")
\ No newline at end of file |