Exception: Happi::Error::ClientError

Inherits:
Happi::Error
  • Object
show all
Defined in:
lib/happi/error.rb

Instance Attribute Summary

Attributes inherited from Happi::Error

#response

Instance Method Summary collapse

Methods inherited from Happi::Error

#initialize

Constructor Details

This class inherits a constructor from Happi::Error

Instance Method Details

#messageObject



10
11
12
# File 'lib/happi/error.rb', line 10

def message
  "A client error occurred"
end