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