Sha256: 15c74d3e8d4661dd58d5c3de01f3f5b88bdd36766579816928858d0746d9cc1f

Contents?: true

Size: 181 Bytes

Versions: 7

Compression:

Stored size: 181 Bytes

Contents

class StyleStats
  class BaseError < StandardError
  end

  class RequestError < BaseError
  end

  class ContentError < BaseError
  end

  class InvalidError < BaseError
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
style_stats-0.4.2 lib/style_stats/errors.rb
style_stats-0.4.1 lib/style_stats/errors.rb
style_stats-0.4.0 lib/style_stats/errors.rb
style_stats-0.3.0 lib/style_stats/errors.rb
style_stats-0.2.0 lib/style_stats/errors.rb
style_stats-0.1.0 lib/style_stats/errors.rb
style_stats-0.0.1 lib/style_stats/errors.rb