Sha256: b8b38d1487330abcc4efd7543a40442f8cb28352586e84c6a6453498349b36d0

Contents?: true

Size: 372 Bytes

Versions: 149

Compression:

Stored size: 372 Bytes

Contents

module Daemons

  class Exception < ::RuntimeError
  end
  
  class RuntimeException < Exception
  end
  
  class CmdException < Exception
  end
  
  class Error < Exception
  end
  
  class SystemError < Error
  
    attr_reader :system_error
    
    def initialize(msg, system_error)
      super(msg)
      
      @system_error = system_error
    end
    
  end
  
end

Version data entries

149 entries across 149 versions & 20 rubygems

Version Path
auser-poolparty-1.3.5 vendor/gems/daemons/lib/daemons/exceptions.rb
auser-poolparty-1.3.6 vendor/gems/daemons/lib/daemons/exceptions.rb
auser-poolparty-1.3.7 vendor/gems/daemons/lib/daemons/exceptions.rb
auser-poolparty-1.3.8 vendor/gems/daemons/lib/daemons/exceptions.rb
caironoleto-feedupdater-0.2.6 lib/feed_updater/vendor/daemons/exceptions.rb
caironoleto-feedupdater-0.2.7 lib/feed_updater/vendor/daemons/exceptions.rb
fairchild-poolparty-1.3.17 vendor/gems/daemons/lib/daemons/exceptions.rb
fairchild-poolparty-1.3.5 vendor/gems/daemons/lib/daemons/exceptions.rb
mikehale-daemons-1.0.12.1 lib/daemons/exceptions.rb
mikehale-daemons-1.0.12.2 lib/daemons/exceptions.rb
mikehale-daemons-1.0.12.3 lib/daemons/exceptions.rb
mikehale-daemons-1.0.12.4 lib/daemons/exceptions.rb
seamusabshere-daemons-1.0.11.1 lib/daemons/exceptions.rb
mlanett-daemons-1.0.13 lib/daemons/exceptions.rb
classiccms-0.7.2 vendor/bundle/gems/daemons-1.1.8/lib/daemons/exceptions.rb
classiccms-0.7.1 vendor/bundle/gems/daemons-1.1.8/lib/daemons/exceptions.rb
classiccms-0.7.0 vendor/bundle/gems/daemons-1.1.8/lib/daemons/exceptions.rb
classiccms-0.6.9 vendor/bundle/gems/daemons-1.1.8/lib/daemons/exceptions.rb
classiccms-0.6.8 vendor/bundle/gems/daemons-1.1.8/lib/daemons/exceptions.rb
classiccms-0.6.7 vendor/bundle/gems/daemons-1.1.8/lib/daemons/exceptions.rb