koombea/fuzzy_where

View on GitHub
lib/fuzzy_where/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
# SQLf implementation for ActiveRecord
module FuzzyWhere
  # Standar FuzzyWhere error
  class FuzzyError < StandardError; end
  # Configuration errors
  class ConfigError < FuzzyError; end
end