Exception: CvpSessionLogOutError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cvprac/client_errors.rb

Overview

Session to the CVP node(s) has been logged out

Instance Method Summary collapse

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