Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2013 at 15:38 UTC
Updated:
29 Jul 2014 at 22:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
stephaneqComment #2
dawehnerIn general I kinda like if something describes why a certain exception is thrown , but that is maybe out of scope... but I don't block this issue upon that.
Comment #3
dries commentedCommitted to 8.x. Thanks.
Comment #4
jhodgdon@dawehner - regarding @throws, the current standard is that if the exception class name doesn't tell everything we would need to know, then there should be explanations starting on the next line.
In most/all of the cases in this patch, I think the class names are pretty much self-explanatory, but definitely if you think more information is needed, that can be added.