summaryrefslogtreecommitdiff
path: root/src/main/kotlin/except/RErrorException.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/except/RErrorException.kt')
-rw-r--r--src/main/kotlin/except/RErrorException.kt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/kotlin/except/RErrorException.kt b/src/main/kotlin/except/RErrorException.kt
deleted file mode 100644
index c15cbc2..0000000
--- a/src/main/kotlin/except/RErrorException.kt
+++ /dev/null
@@ -1,8 +0,0 @@
-package except
-
-/**
- * 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