lib/stream/exceptions.rb in stream-ruby-2.2.3 vs lib/stream/exceptions.rb in stream-ruby-2.2.4

- old
+ new

@@ -1,8 +1,2 @@ -module Stream - - class StreamApiResponseException < Exception - end - - class StreamInputData < Exception - end -end \ No newline at end of file +warn "Requiring 'stream/exceptions' is deprecated. Use 'stream/errors' instead." +require "stream/errors"