require 'payg/errors/payg_error' module Payg # There is some problem with the server class ServerError < Payg::Error end end