Class: Sequel::Database::AsyncThreadPool::WrappedException
- Defined in:
- lib/sequel/extensions/async_thread_pool.rb
Overview
Wrapper for exception instances raised by async jobs. The wrapped exception will be raised by the code getting the value of the job.
Instance Attribute Summary collapse
- 
  
    
      #exception  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute exception. 
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception
| 232 233 234 | # File 'lib/sequel/extensions/async_thread_pool.rb', line 232 def exception @exception end |