Skip to content

Commit

Permalink
Removed GoogleProviderError.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonstar-x committed Jan 19, 2022
1 parent 41d4821 commit e2938aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions src/errors/GoogleProviderError.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/errors/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const GoogleProviderError = require('./GoogleProviderError');
const InvalidProviderError = require('./InvalidProviderError');

module.exports = {
GoogleProviderError,
InvalidProviderError
};

0 comments on commit e2938aa

Please sign in to comment.