Exception: Fuse::Exception::XslMissing

Inherits:
Fuse::Exception show all
Defined in:
lib/fuse/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#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