Exception: EskomSePush::EskomSePushError::UnexpectedError

Inherits:
EskomSePush::EskomSePushError show all
Defined in:
lib/eskomsepush/exception.rb

Overview

Error class that will be raised for unexpected errors Implying that something went wrong while parsing the response data.

Instance Method Summary collapse

Instance Method Details

#messageObject



68
69
70
# File 'lib/eskomsepush/exception.rb', line 68

def message
  "Something went wrong while parsing your response data."
end