class Dry::Schema::Processor

def xor(_other)

Other tags:
    Api: - public
def xor(_other)
  raise NotImplementedError, "composing schemas using `xor` operator is not supported yet"
end