Exception: Licensed::Sources::Source::DependencyEnumerationNotImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- Licensed::Sources::Source::DependencyEnumerationNotImplementedError
- Defined in:
- lib/licensed/sources/source.rb
Instance Method Summary collapse
-
#initialize(message = "Source classes must implemented `enumerate_dependencies`") ⇒ DependencyEnumerationNotImplementedError
constructor
A new instance of DependencyEnumerationNotImplementedError.
Constructor Details
#initialize(message = "Source classes must implemented `enumerate_dependencies`") ⇒ DependencyEnumerationNotImplementedError
Returns a new instance of DependencyEnumerationNotImplementedError.
7 8 9 |
# File 'lib/licensed/sources/source.rb', line 7 def initialize( = "Source classes must implemented `enumerate_dependencies`") super end |