Exception: Kerbi::IllegalEntryTag

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

Instance Method Summary collapse

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