1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-31 02:59:39 +02:00
Maybe/app/models/issue/synth_limit_exceeded.rb
2024-11-25 14:53:09 -06:00

5 lines
100 B
Ruby

class Issue::SynthLimitExceeded < Issue
def title
"Synth API Credit Limit Exceeded"
end
end