Exception: RHC::PermissionDeniedException

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 = "Permission denied") ⇒ PermissionDeniedException

Returns a new instance of PermissionDeniedException.



112
113
114
# File 'lib/rhc/exceptions.rb', line 112

def initialize(message="Permission denied")
  super message, 129
end