class Mongoid::Scroll::Errors::UnsupportedTypeError
Public Class Methods
new(opts = {})
click to toggle source
Calls superclass method
# File lib/mongoid/scroll/errors/unsupported_type_error.rb, line 5 def initialize(opts = {}) super(compose_message('unsupported_type', opts)) end