Exception: Brainfucktt::InvalidOptionsError
- Defined in:
- lib/brainfucktt/errors.rb
Overview
Raised when the offset given is notDatash.
Instance Method Summary collapse
-
#to_s ⇒ String
The error message.
Instance Method Details
#to_s ⇒ String
Returns The error message.
34 35 36 |
# File 'lib/brainfucktt/errors.rb', line 34 def to_s 'The options must be a Hash or respond to to_hash or to_h' end |