DEBSOURCES
Skip Quicknav
sources / ruby-sentry-ruby-core / 5.3.0-2 / lib / sentry / exceptions.rb
123456789
# frozen_string_literal: true module Sentry class Error < StandardError end class ExternalError < Error end end