summaryrefslogtreecommitdiff
path: root/src/main/kotlin/RErrorException.kt
diff options
context:
space:
mode:
authorEdoardo La Greca2025-08-07 20:07:38 +0200
committerEdoardo La Greca2025-08-07 20:07:38 +0200
commit9bf06f0575e2552cf6dfebb057e5b799ead4ea9f (patch)
tree3da73204f13dbb73f8464a545043d039f5fd146c /src/main/kotlin/RErrorException.kt
parent86df6e5f503f6675d39377370276d9f09c0043ef (diff)
move RErrorException to except package
Diffstat (limited to 'src/main/kotlin/RErrorException.kt')
-rw-r--r--src/main/kotlin/RErrorException.kt6
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