class ABBYY::Cloud::ArgumentError
Public Class Methods
new(link, arguments, details)
click to toggle source
Calls superclass method
# File lib/abbyy/cloud/exceptions/argument_error.rb, line 5 def initialize(link, arguments, details) super <<-MESSAGE.gsub(/ +\|/, "") |The arguments of operation mismatch ABBYY Cloud API specification | arguments: #{arguments} | specification: #{link} | details: #{details} MESSAGE end