Method: Fuse::Exception::XslMissing#message

Defined in:
lib/fuse/exceptions.rb

#messageObject



20
21
22
# File 'lib/fuse/exceptions.rb', line 20

def message
  'Couldn\'t locate an XSL stylesheet to transform the source document. Please specify one with --xsl.'
end