Sha256: 3cb9977938ecb5120830db8a7a9580630ce4065b84a403fa565397da4f014d2a
Contents?: true
Size: 318 Bytes
Versions: 10
Compression:
Stored size: 318 Bytes
Contents
module Pageflow module Panorama module Validation class Error < StandardError attr_reader :message_i18n_key def initialize(message_i18n_key) super("Archive is not valid: #{message_i18n_key}") @message_i18n_key = message_i18n_key end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems