Method: Finitio::TypeError#initialize
- Defined in:
- lib/finitio/errors.rb
#initialize(msg, cause = nil, location = nil) ⇒ TypeError
Returns a new instance of TypeError.
29 30 31 32 |
# File 'lib/finitio/errors.rb', line 29 def initialize(msg, cause = nil, location = nil) super(msg, cause) @location = location || '' end |