1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-31 19:19:38 +02:00
Maybe/app/models/issue/synth_limit_exceeded.rb

6 lines
100 B
Ruby
Raw Normal View History

2024-11-25 14:53:09 -06:00
class Issue::SynthLimitExceeded < Issue
def title
"Synth API Credit Limit Exceeded"
end
end