Exception: Vedeu::Error::OutOfRange
- Inherits:
-
StandardError
- Object
- StandardError
- Vedeu::Error::OutOfRange
- Defined in:
- lib/vedeu/error.rb
Overview
Raised when trying to access an interface column less than 1 or greater than 12. Vedeu is hard-wired to a 12-column layout for the time being.
Instance Method Summary collapse
Instance Method Details
#message ⇒ String
89 90 91 |
# File 'lib/vedeu/error.rb', line 89 def 'Valid value is between 1 and 12 inclusive.'.freeze end |