[Source]
# File lib/aquarium/aspects/join_point.rb, line 4 4: def bad_attributes message, options 5: raise Aquarium::Utils::InvalidOptions.new("Invalid attributes. " + message + ". Options were: #{options.inspect}") 6: end
[Validate]