Exception: Afterbanks::MissingProductError

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

Instance Attribute Summary

Attributes inherited from Error

#additional_info, #debug_id, #message

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Afterbanks::Error

Instance Method Details

#codeObject



71
72
73
74
75
# File 'lib/afterbanks/error.rb', line 71

def code
  # This is not provided by Afterbanks itself, but an invented unique ID
  # without overlap from other error codes
  -1
end