Sha256: 73ea276f2c32b20719fa04a159a287439ad40959b1da4897c86433df39c90771

Contents?: true

Size: 941 Bytes

Versions: 7

Compression:

Stored size: 941 Bytes

Contents

#############################################################################
# Copyright © 2010 Dan Wanek <dan.wanek@gmail.com>
#
#
# This file is part of the Ruby GSSAPI library.
# 
# GSSAPI is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
# 
# GSSAPI is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
# Public License for more details.
# 
# You should have received a copy of the GNU General Public License along
# with GSSAPI.  If not, see <http://www.gnu.org/licenses/>.
#############################################################################
module GSSAPI
  class GssApiError < StandardError;  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gssapi-1.0.0 lib/gssapi/exceptions.rb
gssapi-0.1.5 lib/gssapi/exceptions.rb
gssapi-0.1.4 lib/gssapi/exceptions.rb
gssapi-0.1.3 lib/gssapi/exceptions.rb
gssapi-0.1.2 lib/gssapi/exceptions.rb
gssapi-0.1.0 lib/gssapi/exceptions.rb
gssapi-0.0.2 lib/gssapi/exceptions.rb