Sha256: 209c5095ecc18258cfb7481e6eb29bae7019c7c43dfbe17e62196e6f2c646195

Contents?: true

Size: 216 Bytes

Versions: 33

Compression:

Stored size: 216 Bytes

Contents

module RubyApp

  module Exceptions
    require 'ruby_app/exception'

    class AuthenticationFailedException < RubyApp::Exception

      def initialize(message)
        super(message)
      end

    end

  end

end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
RubyApp-0.7.16 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.15 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.14 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.13 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.12 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.11 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.10 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.9 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.5 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.4 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.3 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.2 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.1 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.7.0 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.6.71 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.6.70 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.6.69 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.6.68 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.6.67 lib/ruby_app/exceptions/authentication_failed_exception.rb
RubyApp-0.6.66 lib/ruby_app/exceptions/authentication_failed_exception.rb