diff --git a/lib/instapaper/error.rb b/lib/instapaper/error.rb new file mode 100644 index 0000000..28593e2 --- /dev/null +++ b/lib/instapaper/error.rb @@ -0,0 +1,4 @@ +module Instapaper + class Error < StandardError + end +end