Exception: CnpjWrongLength

Inherits:
StandardError
  • Object
show all
Defined in:
lib/neoway/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "CNPJ must be 14 characters long.") ⇒ CnpjWrongLength

Returns a new instance of CnpjWrongLength.



20
21
22
# File 'lib/neoway/errors.rb', line 20

def initialize(msg="CNPJ must be 14 characters long.")
  super
end