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