class Lutaml::Model::TypeError

def initialize(message)

def initialize(message)
  super("Type Error: #{message}")
end