class Iprog::Base

def send_error(data)

def send_error(data)
  @errors = data || []
  self
end