class CnpjWrongLength

Public Class Methods

new(msg="CNPJ must be 14 characters long.") click to toggle source
Calls superclass method
# File lib/neoway/errors.rb, line 20
def initialize(msg="CNPJ must be 14 characters long.")
  super
end