class SDM::DeadlineExceededError

DeadlineExceededError indicates an RPC call timed out

def initialize(msg)

def initialize(msg)
  super(msg, 4)
end