class ActionController::BadRequest

def initialize(msg = nil)

:nodoc:
def initialize(msg = nil)
  super(msg)
  set_backtrace $!.backtrace if $!
end