Sha256: c951fd14fee64415aaf866154f04fc60a815305678747e68d43809a5690c63a9

Contents?: true

Size: 317 Bytes

Versions: 9

Compression:

Stored size: 317 Bytes

Contents

# frozen_string_literal: true

module TheHelp
  module Errors
    class AbstractClassError < StandardError; end
    class ServiceNotImplementedError < StandardError; end
    class NotAuthorizedError < RuntimeError; end
    class NoResultError < StandardError; end
    class ResultError < StandardError; end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
the_help-3.5.0 lib/the_help/errors.rb
the_help-3.4.0 lib/the_help/errors.rb
the_help-3.3.2 lib/the_help/errors.rb
the_help-3.3.1 lib/the_help/errors.rb
the_help-3.3.0 lib/the_help/errors.rb
the_help-3.2.1 lib/the_help/errors.rb
the_help-3.2.0 lib/the_help/errors.rb
the_help-3.1.0 lib/the_help/errors.rb
the_help-3.0.0 lib/the_help/errors.rb