Exception: RHC::TeamNotFoundException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Team not found") ⇒ TeamNotFoundException
constructor
A new instance of TeamNotFoundException.
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(="Team not found") super , 162 end |