Skip to content

Commit

Permalink
Merge pull request #133 from next-tms/brody/freight-kit-error-standar…
Browse files Browse the repository at this point in the history
…d-error

Subclass `FreightKit::Error` from `StandardError`
  • Loading branch information
brodyhoskins authored Feb 5, 2024
2 parents bd1858b + cff76e2 commit 1b23cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/freight_kit/error.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FreightKit
class Error < ActiveUtils::ActiveUtilsError; end
class Error < StandardError; end
end

0 comments on commit 1b23cfd

Please sign in to comment.