Exception: Toys::SourceListFinalizedError

Inherits:
StandardError
  • Object
show all
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.