Exception: SQA::BadParameterError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/sqa/errors.rb

Overview

Raised when a method parameter is invalid. Inherits from ArgumentError for semantic clarity.

Examples:

raise SQA::BadParameterError, "Expected a Class or Method"