Exception: RHC::MemberNotFoundException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Member not found") ⇒ MemberNotFoundException

Returns a new instance of MemberNotFoundException.



83
84
85
# File 'lib/rhc/exceptions.rb', line 83

def initialize(message="Member not found")
  super message, 163
end