Exception: MobyStandardError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tdriver/util/common/exceptions.rb

Overview

place all custom TDriver exception classes here

Direct Known Subclasses

FileNotFoundError

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ MobyStandardError

Construct a new error, optionally passing in a message



5
6
7
# File 'lib/tdriver/util/common/exceptions.rb', line 5

def initialize ( message = nil )
  super( message )
end