Exception: CoAspects::InvalidArgument

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/co_aspects/errors.rb

Instance Method Summary collapse

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