Exception: CpfWrongLength

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "CPF must be 11 characters long.") ⇒ CpfWrongLength

Returns a new instance of CpfWrongLength.



8
9
10
# File 'lib/neoway/errors.rb', line 8

def initialize(msg="CPF must be 11 characters long.")
  super
end