mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
7 lines
137 B
Ruby
7 lines
137 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Raised when an an error occurred with the PayZen payment gateway
|
|
class PayzenError < StandardError
|
|
end
|
|
|