Exception: Pageflow::Panorama::Validation::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Pageflow::Panorama::Validation::Error
- Defined in:
- lib/pageflow/panorama/validation/error.rb
Instance Attribute Summary collapse
-
#message_i18n_key ⇒ Object
readonly
Returns the value of attribute message_i18n_key.
Instance Method Summary collapse
-
#initialize(message_i18n_key) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message_i18n_key) ⇒ Error
Returns a new instance of Error.
7 8 9 10 |
# File 'lib/pageflow/panorama/validation/error.rb', line 7 def initialize() super("Archive is not valid: #{message_i18n_key}") = end |
Instance Attribute Details
#message_i18n_key ⇒ Object (readonly)
Returns the value of attribute message_i18n_key.
5 6 7 |
# File 'lib/pageflow/panorama/validation/error.rb', line 5 def end |