# File lib/thinking_sphinx/commands/base.rb, line 10
  def call_with_handling
    call
  rescue Riddle::CommandFailedError => error
    handle_failure error.command_result
  end