Exception: MobyUtil::UserDataColumnNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tdriver/util/user_data/error.rb

Overview

This error should be raised when the desired data column name to be used for the output is not found

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ UserDataColumnNotFoundError

class



26
# File 'lib/tdriver/util/user_data/error.rb', line 26

def initialize ( msg = nil ); super( msg ); end