Exception: Kerbi::IllegalWriteStateTagWordError
- 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
-
#initialize(msg = MSG) ⇒ IllegalWriteStateTagWordError
constructor
A new instance of IllegalWriteStateTagWordError.
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 |