class Stytch::TenancyError

def initialize(subject_org_id, request_org_id)

def initialize(subject_org_id, request_org_id)
  msg = "Subject organization_id #{subject_org_id} does not match authZ request organization_id #{request_org_id}"
  super(msg)
end