class StringEntropy::BadEncoding

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/string_entropy/error.rb, line 6
def initialize
  super("The string could not be converted to ASCII_8BIT encoding")
end