Exception: Codependent::Errors::MissingProviderBlockError

Inherits:
CodependentError
  • Object
show all
Defined in:
lib/codependent/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



30
31
32
# File 'lib/codependent/errors.rb', line 30

def message
  'Providers must have a block.'
end