Exception: Lite::Command::Error

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

Overview

Error represents a caught exception for a call execution that could not complete. eg: ApiServerError: stop since there was a 3rd party issue

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