Sha256: 788a7d2299a9b1588a9c3c9d0701a514e60c812c2f997fffb39f15f9828f38b4

Contents?: true

Size: 339 Bytes

Versions: 3

Compression:

Stored size: 339 Bytes

Contents

module Kharon
  # This module contains the error handlers available in the application.
  # @author Vincent Courtois <courtois.vincent@outlook.com>
  module Handlers
    autoload(:Exceptions, File.join(File.dirname(__FILE__), "handlers/exceptions"))
    autoload(:Messages, File.join(File.dirname(__FILE__), "handlers/messages"))
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kharon-1.1.1 lib/kharon/handlers.rb
kharon-1.1.0 lib/kharon/handlers.rb
kharon-1.0.0 lib/kharon/handlers.rb