class Sinject::DependencyRegistrationClassNotSpecifiedException

Public Instance Methods

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