require 'payg/errors/payg_error' module Payg # Error in Gateway Communication. class GatewayError < Payg::Error end end