Exception: Zoom::Error::RegexNotProvided
- Inherits:
-
Zoom::Error
- Object
- RuntimeError
- Zoom::Error
- Zoom::Error::RegexNotProvided
- Defined in:
- lib/zoom/error/regex_not_provided.rb
Instance Method Summary collapse
-
#initialize ⇒ RegexNotProvided
constructor
A new instance of RegexNotProvided.
Constructor Details
#initialize ⇒ RegexNotProvided
Returns a new instance of RegexNotProvided.
2 3 4 |
# File 'lib/zoom/error/regex_not_provided.rb', line 2 def initialize super("A regex was not provided or hard-coded") end |