Exception: Sinject::DependencyRegistrationKeyNotSpecifiedException
- Inherits:
-
StandardError
- Object
- StandardError
- Sinject::DependencyRegistrationKeyNotSpecifiedException
- Defined in:
- lib/sinject/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
51 52 53 |
# File 'lib/sinject/exceptions.rb', line 51 def to_s "A key must be specified to register a dependency." end |