class PaysonAPI::V1::Errors::UnknownFundingConstraintError

Public Class Methods

new(_msg, funding_constraint) click to toggle source
Calls superclass method
# File lib/payson_api/v1/errors/unknown_funding_constraint_error.rb, line 7
def initialize(_msg, funding_constraint)
  super("Unknown funding constraint: #{funding_constraint}")
end