BadSignalException #403

There is no handler for signal 'cookieConfirm' in Front_PsiPresenter class.

Source file

File: /var/www/svatek/data/www/svatek.org/libs/Nette/Application/PresenterComponent.php   Line: 251

Line 244:         * @param  string
Line 245:         * @return void
Line 246:         * @throws BadSignalException if there is not handler method
Line 247:         */
Line 248:        public function signalReceived($signal)
Line 249:        {
Line 250:            if (!$this->tryCall($this->formatSignalMethod($signal), $this->params)) {
Line 251:                throw new BadSignalException("There is no handler for signal '$signal' in {$this->reflection->name} class.");
Line 252:            }
Line 253:        }
Line 254:    
Line 255:    
Line 256:    
Line 257:        /**
Line 258:         * Formats signal handler method name -> case sensitivity doesn't matter.

Call stack

  1. Application/Presenter.php (326) source   PresenterComponent-> signalReceived (arguments )

  2. Application/Presenter.php (199) source   Presenter-> processSignal ()

  3. Application/Application.php (145) source   Presenter-> run (arguments )

  4. app/bootstrap.php (271) source   Application-> run ()

  5. svatek.org/index.php (18) source   require (arguments )

Nette Application

Environment

HTTP request

HTTP response