lib/the_help/errors.rb in the_help-1.1.4 vs lib/the_help/errors.rb in the_help-1.2.0

- old
+ new

@@ -3,7 +3,8 @@ module TheHelp module Errors class AbstractClassError < StandardError; end class ServiceNotImplementedError < StandardError; end class NotAuthorizedError < RuntimeError; end + class NoResultError < StandardError; end end end