aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/errors.rb
blob: f099b13f5b9d0674bc1bebeaa42232270be848ee (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

module ActiveStorage
  class InvariableError < StandardError; end
  class UnpreviewableError < StandardError; end
  class UnrepresentableError < StandardError; end
end