html
html copied to clipboard
Add exception on pass empty string to `Tag::id()`
ID can't be empty string. Suggest to check it and throw LogicException if value is empty string.
Makes sense.