Exception: ActionView::Helpers::NumberHelper::InvalidNumberError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          StandardError
         | |
| Instance Chain: 
          self,
          StandardError
         | |
| Inherits: | StandardError 
 | 
| Defined in: | actionview/lib/action_view/helpers/number_helper.rb | 
Overview
Raised when argument #number param given to the helpers is invalid and the option :raise is set to  true.
Class Method Summary
- .new(number) ⇒ InvalidNumberError constructor
Instance Attribute Summary
- #number rw
Constructor Details
    .new(number)  ⇒ InvalidNumberError 
  
Instance Attribute Details
#number (rw)
[ GitHub ]# File 'actionview/lib/action_view/helpers/number_helper.rb', line 22
attr_accessor :number