Sha256: adefd975b1ab0be9d69e311000bb6dea0be674704ddea9d7e6f8068ba5a38594

Contents?: true

Size: 347 Bytes

Versions: 8

Compression:

Stored size: 347 Bytes

Contents

module Birdspotting

  class Error < StandardError
  end

  class ColumnPositionMissingError < Error
  end

  class RemoveColumnForbiddenError < Error
  end

  class ModelNotFoundError < Error
  end

  class RenameColumnForbiddenError < Error
  end

  class UnsupportedAdapterError < Error
  end

  class MismatchedColumnsError < Error
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
birdspotting-0.1.8 lib/birdspotting/errors.rb
birdspotting-0.1.6 lib/birdspotting/errors.rb
birdspotting-0.1.5 lib/birdspotting/errors.rb
birdspotting-0.1.4 lib/birdspotting/errors.rb
birdspotting-0.1.3 lib/birdspotting/errors.rb
birdspotting-0.1.2 lib/birdspotting/errors.rb
birdspotting-0.1.1 lib/birdspotting/errors.rb
birdspotting-0.1.0 lib/birdspotting/errors.rb