class CnpjError
Public Class Methods
new(msg="CNPJ is invalid.")
click to toggle source
Calls superclass method
# File lib/neoway/errors.rb, line 26 def initialize(msg="CNPJ is invalid.") super end