Exception: Puppeteer::Request::InterceptionNotEnabledError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Puppeteer::Request::InterceptionNotEnabledError
 
- Defined in:
- lib/puppeteer/request.rb
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ InterceptionNotEnabledError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InterceptionNotEnabledError. 
Constructor Details
#initialize ⇒ InterceptionNotEnabledError
Returns a new instance of InterceptionNotEnabledError.
| 94 95 96 | # File 'lib/puppeteer/request.rb', line 94 def initialize super('Request Interception is not enabled!') end |