#---
# Excerpted from "Everyday Scripting in Ruby"
# We make no guarantees that this code is fit for any purpose. 
# Visit http://www.pragmaticprogrammer.com/titles/bmsft for more book information.
#---
# Require external libraries (whether in third-party or site_ruby) here:
require 's4t-utils'

# Require all library files in this package here:
require 'error-handling/version'
# require 'error-handling/some-file'
# require 'error-handling/another-file'

# Any comments written here will become
# the documentation for ErrorHandling.
# That will be the first page shown when you 
# create the HTML documentation.
module ErrorHandling
end
