Exception: Kerbi::IllegalWriteStateTagWordError

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

Constant Summary collapse

MSG =
"Tag names for writing cannot contain special words exclusive to tag "

Instance Method Summary collapse

Constructor Details

#initialize(msg = MSG) ⇒ IllegalWriteStateTagWordError

Returns a new instance of IllegalWriteStateTagWordError.



35
36
37
# File 'lib/main/errors.rb', line 35

def initialize(msg = MSG)
  super
end