Exception: Guard::RSpecFormatter::Error::UnsupportedPattern

Inherits:
Guard::RSpecFormatter::Error show all
Defined in:
lib/guard/rspec_formatter.rb

Instance Method Summary collapse

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