Freshly/spicerack

View on GitHub
around_the_world/lib/around_the_world/errors.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module AroundTheWorld
  class MethodNotDefinedError < NoMethodError; end
  class DoubleWrapError < StandardError; end
end