Method: Logux::ActionCaller#call!
- Defined in:
- lib/logux/action_caller.rb
#call! ⇒ Object
16 17 18 19 20 21 |
# File 'lib/logux/action_caller.rb', line 16 def call! Logux.watch_action { call_action } rescue Logux::UnknownActionError, Logux::UnknownChannelError => e logger.warn(e) format(nil) end |