Exception: RabbitWQ::FinalError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rabbit_wq/final_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(level = :error) ⇒ FinalError

Returns a new instance of FinalError.



6
7
8
# File 'lib/rabbit_wq/final_error.rb', line 6

def initialize( level=:error )
  @level = level
end

Instance Attribute Details

#levelObject (readonly)

Returns the value of attribute level.



4
5
6
# File 'lib/rabbit_wq/final_error.rb', line 4

def level
  @level
end