aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plum/errors.rb')
-rw-r--r--lib/plum/errors.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/plum/errors.rb b/lib/plum/errors.rb
index d6a9f39..700e0ef 100644
--- a/lib/plum/errors.rb
+++ b/lib/plum/errors.rb
@@ -53,12 +53,5 @@ module Plum
end
end
- class DecoderError < Error
- attr_reader :inner_error
-
- def initialize(message, inner_error = nil)
- super(message)
- @inner_error = inner_error
- end
- end
+ class DecoderError < Error; end
end