Exception: Brainfucktt::InvalidOptionsError

Inherits:
Error
  • Object
show all
Defined in:
lib/brainfucktt/errors.rb

Overview

Raised when the offset given is notDatash.

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns The error message.

Returns:

  • (String)

    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