appirits/comable

View on GitHub
core/lib/comable/errors.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Comable
  # = Comable Payment Errors
  #
  # Generic Payment exception class.
  class PaymentError < StandardError
  end
end