summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rb-inotify-0.11.1/lib/rb-inotify/errors.rb
blob: afee7099350c9de55ff3e99f1eb9c29ef571825c (plain)
1
2
3
module INotify
  class QueueOverflowError < RuntimeError; end
end