class RubyRabbitmqJanus::Errors::Tools::BaseTools
Define a super class for all error in Option class
Public Class Methods
new(message, level = :fatal)
click to toggle source
Calls superclass method
RubyRabbitmqJanus::Errors::RRJError::new
# File lib/rrj/errors/tools/tools.rb, line 8 def initialize(message, level = :fatal) super("[Tools][Config]#{message}", level) end