Exception: EmptyRegexError

Inherits:
Exception
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeEmptyRegexError

Returns a new instance of EmptyRegexError.



2
3
4
# File 'lib/exceptions.rb', line 2

def initialize
  super 'The regex param should not be blank.'
end