Exception: Yara::Scanner::NotCompiledError
- Inherits:
-
StandardError
- Object
- StandardError
- Yara::Scanner::NotCompiledError
- Defined in:
- lib/yara/scanner.rb
Overview
Public: Raised when attempting to scan before compiling rules.
This exception indicates a programming error where scan() was called before compile(). Rules must be compiled before scanning can occur.