Exception: OpenNebula::User::UserNotExistsError
- Inherits:
-
StandardError
- Object
- StandardError
- OpenNebula::User::UserNotExistsError
- Defined in:
- service/objects/user.rb
Overview
User doesn't exist Exception object
Instance Method Summary collapse
-
#initialize(msg = "User not exists or error occurred while getting user.") ⇒ UserNotExistsError
constructor
A new instance of UserNotExistsError.
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 |