Exception: BaiduOcr::BlankArgsError

Inherits:
Exception
  • Object
show all
Defined in:
lib/baidu_ocr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(blank_key) ⇒ BlankArgsError

Returns a new instance of BlankArgsError.



6
7
8
# File 'lib/baidu_ocr/exceptions.rb', line 6

def initialize(blank_key)
  super("Your args can not be blank. Please provide the #{blank_key}.")
end