blob: f099b13f5b9d0674bc1bebeaa42232270be848ee (
plain) (
tree)
|
|
# frozen_string_literal: true
module ActiveStorage
class InvariableError < StandardError; end
class UnpreviewableError < StandardError; end
class UnrepresentableError < StandardError; end
end
|