Exception: Raptor::Binder::UnknownBindSchemeError

Inherits:
TypeError
  • Object
show all
Defined in:
lib/raptor/binder.rb

Instance Method Summary collapse

Constructor Details

#initialize(scheme) ⇒ UnknownBindSchemeError

Returns a new instance of UnknownBindSchemeError.



38
# File 'lib/raptor/binder.rb', line 38

def initialize(scheme) = super("unknown scheme: #{scheme.inspect}")