Exception: Alap::ConfigMigrationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alap/validate_config.rb

Overview

Raised when a config has a legacy shape requiring migration.

Currently thrown by Alap::ValidateConfig.assert_no_handlers_in_config when a config[<name>][“generate” | “filter” | “handler”] slot holds a callable. Handlers must be registered separately via the runtime registry; the config itself is pure data.