flori/wirecard_checkout_page

View on GitHub
lib/wirecard_checkout_page/errors.rb

Summary

Maintainability
A
0 mins
Test Coverage
module WirecardCheckoutPage
  class WirecardCheckoutPageError < StandardError; end

  class ValueMissing < WirecardCheckoutPageError; end
  class NotImplementedError < WirecardCheckoutPageError; end
  class InvalidResponseFingerPrintOrder < WirecardCheckoutPageError; end
end