global

def error(message, color = :red)

def error(message, color = :red)
  message = set_color(message, *color) if color
  super(message)
end