Class: Jenkins2::NoValidCrumbMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/jenkins2/errors.rb

Class Method Summary collapse

Class Method Details

.===(exception) ⇒ Object



44
45
46
# File 'lib/jenkins2/errors.rb', line 44

def self.===(exception)
	exception.message == '403 "No valid crumb was included in the request"'
end