rf-web/vendor/bundle/gems/rb-inotify-0.10.0/lib/rb-inotify/errors.rb
2019-10-21 10:18:17 +02:00

4 lines
66 B
Ruby

module INotify
class QueueOverflowError < RuntimeError; end
end