Class: MediaWikiVagrant::LsbCheck::Error

Inherits:
Vagrant::Errors::VagrantError
  • Object
show all
Defined in:
lib/mediawiki-vagrant/lsb_check/provisioner.rb

Overview

Custom error to avoid need for l10n keys

Instance Method Summary collapse

Instance Method Details

#to_sObject



39
40
41
# File 'lib/mediawiki-vagrant/lsb_check/provisioner.rb', line 39

def to_s
  extra_data[:stdout]
end