Exception: CnpjWrongLength
- Inherits:
-
StandardError
- Object
- StandardError
- CnpjWrongLength
- Defined in:
- lib/neoway/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "CNPJ must be 14 characters long.") ⇒ CnpjWrongLength
constructor
A new instance of CnpjWrongLength.
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 |