Exception: Xampl::MixedPersisters
- Inherits:
-
Exception
- Object
- Exception
- Xampl::MixedPersisters
- Defined in:
- lib/xamplr/exceptions.rb
Instance Attribute Summary collapse
-
#msg ⇒ Object
readonly
Returns the value of attribute msg.
Instance Method Summary collapse
-
#initialize(active, local) ⇒ MixedPersisters
constructor
A new instance of MixedPersisters.
- #message ⇒ Object
Constructor Details
#initialize(active, local) ⇒ MixedPersisters
Returns a new instance of MixedPersisters.
169 170 171 |
# File 'lib/xamplr/exceptions.rb', line 169 def initialize(active, local) @msg = "mixed persisters:: active #{active.name}/#{ active }, local: #{local.name}/#{ local }" end |
Instance Attribute Details
#msg ⇒ Object (readonly)
Returns the value of attribute msg.
167 168 169 |
# File 'lib/xamplr/exceptions.rb', line 167 def msg @msg end |
Instance Method Details
#message ⇒ Object
173 174 175 |
# File 'lib/xamplr/exceptions.rb', line 173 def @msg end |