These aren't namespaced

Stephen Paul Weber created

Change summary

sgx_jmp.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

sgx_jmp.rb 🔗

@@ -671,8 +671,8 @@ Command.new(
 	}.then { |transaction|
 		Command.finish("#{transaction} added to your account balance.")
 	}.catch_only(
-		BuyAccountCreditForm::AmountTooHighError,
-		BuyAccountCreditForm::AmountTooLowError
+		AmountTooHighError,
+		AmountTooLowError
 	) do |e|
 		Command.finish(e.message, type: :error)
 	end