Sha256: 13fa65ddb6fd2f7b4f4343372af0490ea7e4adb31358757e7ab70136e295fef9

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

module Alba
  # Base class for Errors
  class Error < StandardError; end

  # Error class for backend which is not supported
  class UnsupportedBackend < Error; end

  # Error class for type which is not supported
  class UnsupportedType < Error; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alba-3.5.0 lib/alba/errors.rb
alba-3.4.0 lib/alba/errors.rb
alba-3.3.3 lib/alba/errors.rb
alba-3.3.2 lib/alba/errors.rb
alba-3.3.1 lib/alba/errors.rb
alba-3.3.0 lib/alba/errors.rb