Sha256: 3fb0b3d72a3f92f56b576b4440023389020a0701c6f254e3df45821b07ea5618

Contents?: true

Size: 274 Bytes

Versions: 15

Compression:

Stored size: 274 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
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
the_help-2.0.0 lib/the_help/errors.rb
the_help-1.6.2 lib/the_help/errors.rb
the_help-1.6.1 lib/the_help/errors.rb
the_help-1.5.2 lib/the_help/errors.rb
the_help-1.5.1 lib/the_help/errors.rb
the_help-1.5.0 lib/the_help/errors.rb
the_help-1.4.2 lib/the_help/errors.rb
the_help-1.4.1 lib/the_help/errors.rb
the_help-1.4.0 lib/the_help/errors.rb
the_help-1.3.2 lib/the_help/errors.rb
the_help-1.3.1 lib/the_help/errors.rb
the_help-1.3.0 lib/the_help/errors.rb
the_help-1.2.2 lib/the_help/errors.rb
the_help-1.2.1 lib/the_help/errors.rb
the_help-1.2.0 lib/the_help/errors.rb