require "remotely_exceptional/version" require "remotely_exceptional/exceptions" require "remotely_exceptional/handler" require "remotely_exceptional/remote_handling" # The namespace for the RemotelyExceptional gem. module RemotelyExceptional # The namespace that specialized handlers live in. module Handlers end end