class EmptyRegexError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 2
def initialize
  super 'The regex param should not be blank.'
end