From d4cdd4a05f9874127f5052eb7909c7d921ad046e Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Wed, 10 Jan 2018 12:12:04 -0500 Subject: Extract Analyzable and Representable concerns --- activestorage/lib/active_storage/errors.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 activestorage/lib/active_storage/errors.rb (limited to 'activestorage/lib/active_storage/errors.rb') diff --git a/activestorage/lib/active_storage/errors.rb b/activestorage/lib/active_storage/errors.rb new file mode 100644 index 0000000000..db2c7f6bf5 --- /dev/null +++ b/activestorage/lib/active_storage/errors.rb @@ -0,0 +1,5 @@ +module ActiveStorage + class InvariableError < StandardError; end + class UnpreviewableError < StandardError; end + class UnrepresentableError < StandardError; end +end -- cgit v1.2.3