sgx_jmp.rb 🔗
@@ -333,7 +333,7 @@ end
class OverLimit < StandardError
def initialize(customer, usage)
- super("Please contact support")
+ super("Please contact support: https://jmp.chat/faq#support")
@customer = customer
@usage = usage
end