Exception: Kerbi::StateNotFoundError
- Defined in:
- lib/main/errors.rb
Instance Method Summary collapse
-
#initialize(tag = '') ⇒ StateNotFoundError
constructor
A new instance of StateNotFoundError.
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 |