Exception: Kerbi::StateNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(tag = '') ⇒ StateNotFoundError

Returns a new instance of StateNotFoundError.



41
42
43
# File 'lib/main/errors.rb', line 41

def initialize(tag='')
  super("State given by tag #{tag} not found")
end