Exception: AfterDo::Loader::Errors::CannotApplyAspect
- Inherits:
-
StandardError
- Object
- StandardError
- AfterDo::Loader::Errors::CannotApplyAspect
- Defined in:
- lib/after_do/loader/errors/cannot_apply_aspect.rb
Instance Method Summary collapse
-
#initialize ⇒ CannotApplyAspect
constructor
A new instance of CannotApplyAspect.
Constructor Details
#initialize ⇒ CannotApplyAspect
Returns a new instance of CannotApplyAspect.
5 6 7 |
# File 'lib/after_do/loader/errors/cannot_apply_aspect.rb', line 5 def initialize super('Cannot apply aspect. Check your config file.') end |