class Stytch::TokenMissingScopeError

def initialize(scope)

def initialize(scope)
  msg = "Missing required scope #{scope}"
  super(msg)
end