Exception: Guard::RSpecFormatter::Error::UnsupportedPattern
- Inherits:
-
Guard::RSpecFormatter::Error
- Object
- RuntimeError
- Guard::RSpecFormatter::Error
- Guard::RSpecFormatter::Error::UnsupportedPattern
- Defined in:
- lib/guard/rspec_formatter.rb
Instance Method Summary collapse
-
#initialize(msg = UNSUPPORTED_PATTERN) ⇒ UnsupportedPattern
constructor
A new instance of UnsupportedPattern.
Constructor Details
#initialize(msg = UNSUPPORTED_PATTERN) ⇒ UnsupportedPattern
Returns a new instance of UnsupportedPattern.
20 21 22 |
# File 'lib/guard/rspec_formatter.rb', line 20 def initialize(msg = UNSUPPORTED_PATTERN) super end |