Exception: Happi::Error::NotAcceptable

Inherits:
ClientError 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



40
41
42
# File 'lib/happi/error.rb', line 40

def message
  "The requested format was not accepted"
end