Module: ExceptionHandler

Defined in:
lib/generators/exception_handler/migration_generator.rb,
lib/exception_handler.rb,
lib/exception_handler/config.rb,
lib/exception_handler/parser.rb,
lib/exception_handler/version.rb,
app/models/exception_handler/error.rb,
lib/generators/exception_handler/views_generator.rb,
lib/generators/exception_handler/install_generator.rb,
app/controllers/exception_handler/exception_controller.rb

Overview

Defined Under Namespace

Classes: Config, Error, ExceptionController, Exceptions, Generators, Message, MigrationGenerator, Parser, ViewsGenerator

Constant Summary collapse

VERSION =
"0.3.2"

Class Method Summary collapse

Class Method Details

.setup {|config| ... } ⇒ Object

Block (for initializer)

Yields:

  • (config)


35
36
37
# File 'lib/exception_handler.rb', line 35

def self.setup
	yield(config) if block_given?
end