class PageRecord::NotInputField
This {::Exception} is raised when you try to set a non input field.
“‘ruby <div data-team-id=1>
<div data-attribute-for='name'>PSV</div>
</div> “‘ When the following code is executed, the {NotInputField} exception is raised.
“‘ruby team_on_page.name = ’Ajax’ “‘