mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-10 21:24:20 +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
|
|
|