Exception: Lite::Command::Noop

Inherits:
Fault
  • Object
show all
Defined in:
lib/lite/command/fault.rb

Overview

Noop represents skipping completion of call execution early an unsatisfied condition or logic check where there is no point on proceeding. eg: account is sample: skip since its a non-alterable record

Instance Attribute Summary

Attributes inherited from Fault

#faulter, #reason, #thrower

Method Summary

Methods inherited from Fault

#fault_klass, #fault_name, #initialize

Constructor Details

This class inherits a constructor from Lite::Command::Fault