Exception: Teek::AmbiguousCommandError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/teek.rb

Overview

Raised by App#command when more than one registered CommandInterceptor claims the same call. The message names each matching interceptor's label so it's clear which ones collided - built-in shape-matching bug, a custom interceptor overlapping a built-in one, or two custom interceptors overlapping each other.