export class EnvironmentMismatch extends Error {
  constructor () {
    super()
    this.message = 'Mismatched aliases found, please run `shep config sync` to ensure all functions have the same environment'
    this.name = 'EnvironmentMismatch'