Exception: Sinject::DependencyRegistrationKeyNotSpecifiedException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sinject/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



51
52
53
# File 'lib/sinject/exceptions.rb', line 51

def to_s
  "A key must be specified to register a dependency."
end