Sha256: 5d1ad8540905a74db7d9edeeb346e9c82e6d0fe9ad303d0333dc9528bb045fd4

Contents?: true

Size: 351 Bytes

Versions: 85

Compression:

Stored size: 351 Bytes

Contents

# frozen_string_literal: true

# Besides programming error exceptions like ArgumentError,
# all public interface exceptions should be declared here and inherit from Listen::Error.
module Listen
  class Error < RuntimeError
    class NotStarted < Error; end
    class SymlinkLoop < Error; end
    class INotifyMaxWatchesExceeded < Error; end
  end
end

Version data entries

85 entries across 85 versions & 6 rubygems

Version Path
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/listen-3.7.1/lib/listen/error.rb
listen-3.7.1 lib/listen/error.rb
vagrant-unbundled-2.2.19.0 vendor/bundle/ruby/3.0.0/gems/listen-3.7.0/lib/listen/error.rb
vagrant-unbundled-2.2.18.0 vendor/bundle/ruby/3.0.0/gems/listen-3.7.0/lib/listen/error.rb
listen-3.7.0 lib/listen/error.rb