Exception: Kerbi::NoSuchStateAttrName

Inherits:
Error
  • Object
show all
Defined in:
lib/main/errors.rb

Constant Summary collapse

MSG =
"This attribute does not exist or is not writeable"

Instance Method Summary collapse

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