class Tapjoy::LDAP::Errors::UndefinedServers

Raise if error LDAP_SERVERS is incorrect

Public Class Methods

new() click to toggle source
# File lib/tapjoy/ldap/errors.rb, line 6
def initialize
  abort("FATAL: LDAP_SERVERS is undefined.")
end