class StateMachinable::EventNotHandledException
Public Class Methods
new(event:, state:)
click to toggle source
Calls superclass method
# File lib/state_machinable/event_not_handled_exception.rb, line 3 def initialize(event:, state:) super("EVENT '#{event}' not implemented for state '#{state}'") end