# File lib/moped/errors.rb, line 62 def initialize(command, details) @command, @details = command, details super(build_message) end