Exception: MobyUtil::OperatorDataNotFoundError

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

Overview

This error should be raised when information about operator data is not found

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ OperatorDataNotFoundError

class



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

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