cloudflare
cloudflare copied to clipboard
[Bug?] All exceptions are catched in the connection block
Hi,
It seems like all exceptions are being catched by the connection block :
Cloudflare.connect(token: cloudflare_token) do |connection|
raise "Exception"
end
I would like my service to crash if anything fails or if the cloudflare authentication fail. Could this be fixed ? :)
Yes, this does seem like bad behaviour.