Sha256: 6891d8d1fd065cba413cfb0d736223d78422ed7dd88864e4f102ea7538ae2274
Contents?: true
Size: 739 Bytes
Versions: 1
Compression:
Stored size: 739 Bytes
Contents
# frozen_string_literal: true module Diffend module HandleErrors module Messages PAYLOAD_DUMP = '^^^ Above is the dump of your request ^^^' UNHANDLED_EXCEPTION = <<~MSG \nSomething went really wrong. We recorded this incident in our system and will review it.\n This is a bug, don't hesitate.\n Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n MSG REQUEST_ERROR = <<~MSG \nWe were unable to process your request at this time. We recorded this incident in our system and will review it.\n If you think that this is a bug, don't hesitate.\n Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n MSG end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
diffend-0.2.23 | lib/diffend/handle_errors/messages.rb |