UNPKG

react-devise-facebook-encore

Version:

A simple package to interact with Facebook LogIn API

9 lines (7 loc) 195 B
import ExtendableError from 'es6-error'; export default class UnauthorizedError extends ExtendableError { constructor() { super('Unauthorized'); this.name = 'UnauthorizedError'; } }