class Sinject::DependencyRegistrationKeyNotSpecifiedException

Public Instance Methods

to_s() click to toggle source
# File lib/sinject/exceptions.rb, line 51
def to_s
  "A key must be specified to register a dependency."
end