class ActiveGenie::InvalidModelError

def initialize(model)

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