Exception: BaiduOcr::BlankArgsError
- Defined in:
- lib/baidu_ocr/exceptions.rb
Instance Method Summary collapse
-
#initialize(blank_key) ⇒ BlankArgsError
constructor
A new instance of BlankArgsError.
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 |