Sha256: c0115feae936f33d05795bf081a871a3217a1c79142116f0d49f3e1145d14383

Contents?: true

Size: 251 Bytes

Versions: 3

Compression:

Stored size: 251 Bytes

Contents

module Motr #:nodoc
  module Errors #:nodoc

    ##
    # Raised when invalid options/arguments are passed to a constructor or method
    # @param (see Motr#Errors#MotrError)
    # 
    # 
    # 
    class InvalidOptions < MotrError
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
motr-0.0.3 lib/motr/errors/invalid_options.rb
motr-0.0.2 lib/motr/errors/invalid_options.rb
motr-0.0.1 lib/motr/errors/invalid_options.rb