the-berta-project/berta

View on GitHub
lib/berta/errors/wrong_filter_type_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Berta
  module Errors
    class WrongFilterTypeError < StandardError; end
  end
end