class TesseractFFI::TessException

class TessException

Attributes

error[R]

Public Class Methods

new(error_msg) click to toggle source
# File lib/tesseract_ffi/tess_exception.rb, line 7
def initialize(error_msg)
  @error = error_msg
end