module Crowdskout
  module Exceptions
    class OAuth2Exception < Exception; end
  end
end