Exception: Snowflake::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Snowflake::Error
- Defined in:
- lib/ruby_snowflake_client.rb
Instance Attribute Summary collapse
-
#sentry_context ⇒ Object
readonly
This will get pulled through to Sentry, see: github.com/getsentry/sentry-ruby/blob/11ecd254c0d2cae2b327f0348074e849095aa32d/sentry-ruby/lib/sentry/error_event.rb#L31-L33.
Instance Method Summary collapse
-
#initialize(details) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(details) ⇒ Error
Returns a new instance of Error.
13 14 15 |
# File 'lib/ruby_snowflake_client.rb', line 13 def initialize(details) @sentry_context = details end |
Instance Attribute Details
#sentry_context ⇒ Object (readonly)
This will get pulled through to Sentry, see: github.com/getsentry/sentry-ruby/blob/11ecd254c0d2cae2b327f0348074e849095aa32d/sentry-ruby/lib/sentry/error_event.rb#L31-L33
11 12 13 |
# File 'lib/ruby_snowflake_client.rb', line 11 def sentry_context @sentry_context end |