4 lines
66 B
Ruby
4 lines
66 B
Ruby
|
module INotify
|
||
|
class QueueOverflowError < RuntimeError; end
|
||
|
end
|