Exception: Yaso::UnhandledSwitchCaseError
- Defined in:
- lib/yaso/errors.rb
Instance Method Summary collapse
-
#initialize(klass) ⇒ UnhandledSwitchCaseError
constructor
A new instance of UnhandledSwitchCaseError.
Constructor Details
#initialize(klass) ⇒ UnhandledSwitchCaseError
Returns a new instance of UnhandledSwitchCaseError.
19 20 21 |
# File 'lib/yaso/errors.rb', line 19 def initialize(klass) super("Unhandled switch case in #{klass}") end |