Exception: DeathByCaptcha::InvalidClientConnection

Inherits:
Error
  • Object
show all
Defined in:
lib/deathbycaptcha/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidClientConnection

Returns a new instance of InvalidClientConnection.



10
11
12
# File 'lib/deathbycaptcha/exceptions.rb', line 10

def initialize
  super('You have specified an invalid client connection (valid connections are :socket, :http)')
end