module OmniAuth module OpenIDConnect class Error < RuntimeError; end class MissingCodeError < Error; end end end