Exception: Codependent::Errors::MissingAccessorError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
# File 'lib/codependent/errors.rb', line 18

def message
  'All dependencies must have accessors.'
end