class BaiduOcr::BlankArgsError
Public Class Methods
new(blank_key)
click to toggle source
Calls superclass method
# 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