module Docile::BacktraceFilter

@api private

This is used to remove entries pointing to Docile’s source files from {Exception#backtrace} and {Exception#backtrace_locations}.

If {NoMethodError} is caught then the exception object will be extended by this module to add filter functionalities.