Sha256: a5ec7a1893f189f2d7d21dc52ab47fdc6e4b890474be043912618cd8261d5ec6

Contents?: true

Size: 189 Bytes

Versions: 44

Compression:

Stored size: 189 Bytes

Contents

module Groonga
  class GroongaError
    class << self
      def rc
        @rc
      end

      def rc=(rc)
        @rc = rc
      end
    end
  end

  class ErrorMessage < Error
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
rroonga-9.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-9.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-9.0.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-9.0.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-9.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-9.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-7.1.1-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-7.1.1-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-7.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-7.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.1.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.1.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.1.0-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.1.0-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.0.9-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.0.9-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.0.5-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb
rroonga-6.0.5-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/error.rb