mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-31 02:59:39 +02:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
class Issue::SynthLimitExceeded < Issue
|
|
def title
|
|
"Synth API Credit Limit Exceeded"
|
|
end
|
|
end
|