1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-04 21:15:19 +02:00

Synth error handling

This commit is contained in:
Josh Pigford 2024-11-25 14:53:09 -06:00
parent 955f211fe0
commit fd6a0a12b4
4 changed files with 45 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class Issue::SynthLimitExceeded < Issue
def title
"Synth API Credit Limit Exceeded"
end
end