nicojensen.de/vendor/bundle/gems/rb-inotify-0.10.0/lib/rb-inotify/errors.rb

4 lines
66 B
Ruby
Raw Normal View History

2019-03-12 13:49:49 +01:00
module INotify
class QueueOverflowError < RuntimeError; end
end