Info on exception

$exception M\Exception\ResourceNotFoundException (7) "Unable to construct Controller with path sitemap.xml"
  • Properties (7)
  • Available methods (11)
  • toString
  • protected code -> integer 0
    protected file -> string (102) "/web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Co...
    • File (37.49KB)
    • Contents
    • -rw-rw-rw- 1159 1000 37.49KB Sep 19 2022 /web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php
      
    • /web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php
      
    protected line -> integer 765
    protected message -> string (52) "Unable to construct Controller with path sitemap.xml"
    private previous -> null
    private string -> string (0) ""
    private trace -> Debug Backtrace (2)
    .../multimedium/core/src/M/Controller/Dispatcher.php:872 M\Controller\Dispatcher->getControllerCallback()
    • Source
    •             // start output buffering. We don't want to output anything to the browser window
                  // until we're absolutely sure that the entire page request has been handled
                  // correctly.
                  ob_start();
      //			ob_start(array(M_ControllerDispatcherCsrf::getInstance(), 'getHtmlProtected'));
      
                  // Get the controller callback:
      
      $callback = $this->getControllerCallback();
      // We try to... try { // Set the persistent memory in the CSRF Protection, for the next visit // to the app: // M_ControllerDispatcherCsrf::getInstance()->setPersistentMemoryForNextPageRequest();
    .../index.php:81 M\Controller\Dispatcher->dispatch()
    • Source
    • // Set Locale of Untranslated Strings:
      M\Locale\Strings::getInstance()->setLocaleOfUntranslatedMessages('nl');
      
      /* -- EVENT HANDLERS -- */
      
      // Dispatch!
      
      $dispatcher->dispatch();
  • public __construct($message, $code, $previous)
    new \M\Exception\ResourceNotFoundException($message, $code, $previous)
    Inherited from Exception
    public __wakeup()
    $exception->__wakeup()
    Inherited from Exception
    final public getMessage()
    $exception->getMessage()
    Inherited from Exception
    final public getCode()
    $exception->getCode()
    Inherited from Exception
    final public getFile()
    $exception->getFile()
    Inherited from Exception
    final public getLine()
    $exception->getLine()
    Inherited from Exception
    final public getTrace()
    $exception->getTrace()
    Inherited from Exception
    final public getPrevious()
    $exception->getPrevious()
    Inherited from Exception
    final public getTraceAsString()
    $exception->getTraceAsString()
    Inherited from Exception
    public __toString()
    $exception->__toString()
    Inherited from Exception
    final private __clone()
    Inherited from Exception
  • M\Exception\ResourceNotFoundException: Unable to construct Controller with path sitemap.xml in /web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php:765
    Stack trace:
    #0 /web/multimedium/multimedium.be/bi/releases/35/vendor/multimedium/core/src/M/Controller/Dispatcher.php(872): M\Controller\Dispatcher->getControllerCallback()
    #1 /web/multimedium/multimedium.be/bi/releases/35/index.php(81): M\Controller\Dispatcher->dispatch()
    #2 {main}
    

Backtrace

$exception->getTrace() Debug Backtrace (2)
.../multimedium/core/src/M/Controller/Dispatcher.php:872 M\Controller\Dispatcher->getControllerCallback()
$exception->getTrace()[0]
  • Source
  •             // start output buffering. We don't want to output anything to the browser window
                // until we're absolutely sure that the entire page request has been handled
                // correctly.
                ob_start();
    //			ob_start(array(M_ControllerDispatcherCsrf::getInstance(), 'getHtmlProtected'));
    
                // Get the controller callback:
    
    $callback = $this->getControllerCallback();
    // We try to... try { // Set the persistent memory in the CSRF Protection, for the next visit // to the app: // M_ControllerDispatcherCsrf::getInstance()->setPersistentMemoryForNextPageRequest();
.../index.php:81 M\Controller\Dispatcher->dispatch()
$exception->getTrace()[1]
  • Source
  • // Set Locale of Untranslated Strings:
    M\Locale\Strings::getInstance()->setLocaleOfUntranslatedMessages('nl');
    
    /* -- EVENT HANDLERS -- */
    
    // Dispatch!
    
    $dispatcher->dispatch();