summaryrefslogtreecommitdiff
path: root/src/com/p4square/f1oauth/F1Exception.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/p4square/f1oauth/F1Exception.java')
-rw-r--r--src/com/p4square/f1oauth/F1Exception.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/com/p4square/f1oauth/F1Exception.java b/src/com/p4square/f1oauth/F1Exception.java
deleted file mode 100644
index 54c1a77..0000000
--- a/src/com/p4square/f1oauth/F1Exception.java
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright 2014 Jesse Morgan
- */
-
-package com.p4square.f1oauth;
-
-public class F1Exception extends Exception {
- public F1Exception(String message) {
- super(message);
- }
-
- public F1Exception(String message, Exception cause) {
- super(message, cause);
- }
-}