Exception: OPE::Errors::NumBitsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ope-rb/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNumBitsError

Returns a new instance of NumBitsError.



23
24
25
# File 'lib/ope-rb/errors.rb', line 23

def initialize
  super('Desired no bits not a multiple of 8')
end