Exception: OpenNebula::User::UserNotExistsError

Inherits:
StandardError
  • Object
show all
Defined in:
service/objects/user.rb

Overview

User doesn't exist Exception object

Instance Method Summary collapse

Constructor Details

#initialize(msg = "User not exists or error occurred while getting user.") ⇒ UserNotExistsError

Returns a new instance of UserNotExistsError.



144
145
146
# File 'service/objects/user.rb', line 144

def initialize msg = "User not exists or error occurred while getting user."
  super
end