summaryrefslogtreecommitdiff
path: root/lib/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/error.rb')
-rw-r--r--lib/error.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/error.rb b/lib/error.rb
new file mode 100644
index 0000000..87e1a5d
--- /dev/null
+++ b/lib/error.rb
@@ -0,0 +1,11 @@
+module OpenTox
+
+ class NotFoundError < RuntimeError
+
+ end
+
+ class BadRequestError < RuntimeError
+
+ end
+
+end \ No newline at end of file