class Zoom::Error::RegexNotProvided

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/zoom/error/regex_not_provided.rb, line 2
def initialize
    super("A regex was not provided or hard-coded")
end