class Rbenchmarker::TargetDirPathError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/rbenchmarker/exceptions.rb, line 17 def initialize super('In the argument of "output_log_file_path", specify the path of the directory where you want to place the log.') end