In case someone's running a sparse app, the default exceptions require the Exceptions class. This must run prior to the AfterAppLoads BootLoader So that plugins may have ensured access in the after_app_loads block
Declares empty Application and Exception controllers.
nil
:api: plugin
# File lib/merb-core/bootloader.rb, line 1266 def self.run unless defined?(Exceptions) Object.class_eval class Application < Merb::Controller abstract! end class Exceptions < Merb::Controller end end nil end
Generated with the Darkfish Rdoc Generator 2.