Exception: Kerbi::NoSuchStateAttrName
- Defined in:
- lib/main/errors.rb
Constant Summary collapse
- MSG =
"This attribute does not exist or is not writeable"
Instance Method Summary collapse
-
#initialize(msg = MSG) ⇒ NoSuchStateAttrName
constructor
A new instance of NoSuchStateAttrName.
Constructor Details
#initialize(msg = MSG) ⇒ NoSuchStateAttrName
Returns a new instance of NoSuchStateAttrName.
62 63 64 |
# File 'lib/main/errors.rb', line 62 def initialize(msg = MSG) super(MSG) end |