class Sass::Embedded::Dispatcher::Channel

def error(...)

def error(...)
  Thread.new do
    @dispatcher.error(...)
  end
end