class Rbenchmarker::ExceptClassDesignationError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rbenchmarker/exceptions.rb, line 5
def initialize
  super('"except_classes" option must be an array containing only "Class".')
end