Exception: Pcrd::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pcrd/error.rb

Overview

Base class for every error pcrd raises on purpose. Catching Pcrd::Error at the CLI boundary turns expected failures into clean messages, while letting genuinely unexpected errors (real bugs) surface with their backtrace.