class Rbenchmarker::TargetFilePathError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rbenchmarker/exceptions.rb, line 59
def initialize
  super('Must be specify an existing file path. Unless there is a special reason, specify the return value of the "__FILE__" method in the all argument.')
end