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



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