class AfterDo::Loader::Errors::CannotApplyAspect
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/after_do/loader/errors/cannot_apply_aspect.rb, line 5 def initialize super('Cannot apply aspect. Check your config file.') end