Exception: CoAspects::AspectNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- CoAspects::AspectNotFoundError
- Defined in:
- lib/co_aspects/errors.rb
Instance Method Summary collapse
-
#initialize(aspect, method) ⇒ AspectNotFoundError
constructor
A new instance of AspectNotFoundError.
Constructor Details
#initialize(aspect, method) ⇒ AspectNotFoundError
Returns a new instance of AspectNotFoundError.
3 4 5 |
# File 'lib/co_aspects/errors.rb', line 3 def initialize(aspect, method) super("Aspect `#{aspect}` for annotation `#{method}` does not exist.") end |