class Isolator::UnsafeOperationError

:nodoc: all

def initialize(msg = nil)

def initialize(msg = nil)
  msg ||= self.class::MESSAGE
  super
end