class DeathByCaptcha::InvalidClientConnection
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/deathbycaptcha/exceptions.rb, line 10 def initialize super('You have specified an invalid client connection (valid connections are :socket, :http)') end