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:
parent
955f211fe0
commit
fd6a0a12b4
4 changed files with 45 additions and 5 deletions
5
app/models/issue/synth_limit_exceeded.rb
Normal file
5
app/models/issue/synth_limit_exceeded.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Issue::SynthLimitExceeded < Issue
|
||||
def title
|
||||
"Synth API Credit Limit Exceeded"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue