fidothe/saxon-rb

View on GitHub
lib/saxon/feature_flags/errors.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Saxon
  module FeatureFlags
    # Error raised if a feature is not available under the loaded version of
    # Saxon
    class UnavailableInThisSaxonVersionError < StandardError
    end
  end
end