Exception: Kerbi::IllegalEntryTag
- Defined in:
- lib/main/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "State entry tag cannot be 'latest'") ⇒ IllegalEntryTag
constructor
A new instance of IllegalEntryTag.
Constructor Details
#initialize(msg = "State entry tag cannot be 'latest'") ⇒ IllegalEntryTag
Returns a new instance of IllegalEntryTag.
14 15 16 |
# File 'lib/main/errors.rb', line 14 def initialize(msg = "State entry tag cannot be 'latest'") super end |