Exception: Xampl::IncompatiblePersisterConfiguration
- Inherits:
-
Exception
- Object
- Exception
- Xampl::IncompatiblePersisterConfiguration
- Defined in:
- lib/xamplr/exceptions.rb
Instance Attribute Summary collapse
-
#msg ⇒ Object
readonly
Returns the value of attribute msg.
Instance Method Summary collapse
-
#initialize(persister_kind, feature_name) ⇒ IncompatiblePersisterConfiguration
constructor
A new instance of IncompatiblePersisterConfiguration.
- #message ⇒ Object
Constructor Details
#initialize(persister_kind, feature_name) ⇒ IncompatiblePersisterConfiguration
Returns a new instance of IncompatiblePersisterConfiguration.
157 158 159 |
# File 'lib/xamplr/exceptions.rb', line 157 def initialize(persister_kind, feature_name) @msg = "persister kind #{persister_kind}:: requested feature: #{feature_name}" end |
Instance Attribute Details
#msg ⇒ Object (readonly)
Returns the value of attribute msg.
155 156 157 |
# File 'lib/xamplr/exceptions.rb', line 155 def msg @msg end |
Instance Method Details
#message ⇒ Object
161 162 163 |
# File 'lib/xamplr/exceptions.rb', line 161 def @msg end |