8 9 10 11 12
# File 'lib/sendmux/sending/client.rb', line 8 def call_api(...) super rescue Generated::ApiError => e raise Sendmux::Core::ErrorMapper.map(e) end