Sha256: 4cb9934d99c09221f5c048240b9c6701f8e265dff9266bb0400d1fbb9c523719
Contents?: true
Size: 506 Bytes
Versions: 5
Compression:
Stored size: 506 Bytes
Contents
# Main module CommandExec # Classed concerning pdflatex exceptions module Exceptions # Class used to indicate that a command # could not be found in file system class CommandNotFound < RuntimeError end # Class used to indicate that a command run # ended with a failure class ExecuteCommandFailed < RuntimeError end # Class used to indicate that a logfile # could not be found in file system class LogfileNotFound < RuntimeError end end end
Version data entries
5 entries across 5 versions & 1 rubygems