diff --git a/sgx_jmp.rb b/sgx_jmp.rb index 6da1672e7c4ccf77a21089502196039b1cb7a60d..52f50a2f4c7d71847c49409ffe2fafdc7883b7cf 100644 --- a/sgx_jmp.rb +++ b/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