Method: Vmix::Error#initialize
- Defined in:
- lib/vmix/error.rb
#initialize(message, error_code) ⇒ Error
Returns a new instance of Error.
6 7 8 9 |
# File 'lib/vmix/error.rb', line 6 def initialize(, error_code) @error_code = error_code super end |