export class EnvironmentsOutOfSync extends Error {
  constructor () {
    super()
    this.message = 'Environments are out of sync, run `shep config sync` to fix'
    this.name = 'EnvironmentsOutOfSync'