Exception: CoAspects::InvalidArgument
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- CoAspects::InvalidArgument
- Defined in:
- lib/co_aspects/errors.rb
Instance Method Summary collapse
-
#initialize(argument) ⇒ InvalidArgument
constructor
A new instance of InvalidArgument.
Constructor Details
#initialize(argument) ⇒ InvalidArgument
Returns a new instance of InvalidArgument.
9 10 11 |
# File 'lib/co_aspects/errors.rb', line 9 def initialize(argument) super("Invalid annotation argument `#{argument}`, only hashes valid.") end |