Skip to content

Commit

Permalink
Merge pull request #1548 from ohbarye/remove-unused-error-class
Browse files Browse the repository at this point in the history
Remove unused error class `BackgroundLoadingError `
  • Loading branch information
fallwith authored Oct 16, 2022
2 parents 169f8e7 + 2c55448 commit 4d64ead
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/new_relic/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ class UnrecoverableAgentException < ServerConnectionException; end
# An error while serializing data for the collector
class SerializationError < StandardError; end

class BackgroundLoadingError < StandardError; end

# placeholder name used when we cannot determine a transaction's name
UNKNOWN_METRIC = '(unknown)'.freeze

Expand Down

0 comments on commit 4d64ead

Please sign in to comment.