Exception: FuzzyFileFinder::TooManyEntries
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- FuzzyFileFinder::TooManyEntries
- Defined in:
- lib/dotfiles/vim/ruby/fuzzy_file_finder.rb
Overview
This is the exception that is raised if you try to scan a directory tree with too many entries. By default, a ceiling of 10,000 entries is enforced, but you can change that number via the ceiling
parameter to FuzzyFileFinder.new.