Exception: RHC::TeamNotFoundException

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 = "Team not found") ⇒ TeamNotFoundException

Returns a new instance of TeamNotFoundException.



77
78
79
# File 'lib/rhc/exceptions.rb', line 77

def initialize(message="Team not found")
  super message, 162
end