Exception: MobyUtil::OperatorDataColumnNotFoundError

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

Overview

This error should be raised when the search column is not found

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ OperatorDataColumnNotFoundError

class



27
# File 'lib/tdriver/util/operator_data/error.rb', line 27

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