Exception: Tapjoy::LDAP::Errors::UndefinedServers

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/tapjoy/ldap/errors.rb

Overview

Raise if error LDAP_SERVERS is incorrect

Instance Method Summary collapse

Constructor Details

#initializeUndefinedServers

Returns a new instance of UndefinedServers.



6
7
8
# File 'lib/tapjoy/ldap/errors.rb', line 6

def initialize
  abort("FATAL: LDAP_SERVERS is undefined.")
end