Exception: CvpSessionLogOutError
- Inherits:
-
StandardError
- Object
- StandardError
- CvpSessionLogOutError
- Defined in:
- lib/cvprac/client_errors.rb
Overview
Session to the CVP node(s) has been logged out
Instance Method Summary collapse
-
#initialize(msg = 'Unknown error') ⇒ CvpSessionLogOutError
constructor
A new instance of CvpSessionLogOutError.
Constructor Details
#initialize(msg = 'Unknown error') ⇒ CvpSessionLogOutError
57 58 59 |
# File 'lib/cvprac/client_errors.rb', line 57 def initialize(msg = 'Unknown error') super(msg) end |