class ActiveGenie::InvalidLogOutputError

def initialize(output)

def initialize(output)
  super(format(TEXT, output:))
end