Sha256: 6e83bc335bdabc3d2c434e1431dba7c430d0933586a210e9f69f72628755c70c
Contents?: true
Size: 302 Bytes
Versions: 5
Compression:
Stored size: 302 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 end end
Version data entries
5 entries across 5 versions & 2 rubygems