Exception: Toys::SourceListFinalizedError
- Inherits:
-
StandardError
- Object
- StandardError
- Toys::SourceListFinalizedError
- Defined in:
- lib/toys/errors.rb
Overview
An exception indicating that a source was added to a CLI after its source list was already finalized. The source list is finalized the first time the CLI's loader is needed, i.e. when CLI#loader or CLI#runner is called, or when a tool is run.