Methods

Files

MerbExceptions::DefaultExceptionExtensions

Public Class Methods

included(mod) click to toggle source
# File lib/merb-exceptions/default_exception_extensions.rb, line 3
def self.included(mod)
  mod.class_eval do
    after :notify_of_exceptions
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.