Info on exception

$exception M\Exception\ResourceNotFoundException (7) "Unable to construct Controller with path sitemap.xml"
  • Properties (7)
  • Available methods (10)
  • toString
  • protected code -> integer 0
    protected file -> string (105) "/web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M...
    • File (37.83KB)
    • Contents
    • -rw-r--r-- 1159 1000 37.83KB Nov 14 2025 /web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M/Controller/Dispatcher.php
      
    • /web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M/Controller/Dispatcher.php
      
    protected line -> integer 766
    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:873 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:123 M\Controller\Dispatcher->dispatch()
    • Source
    •         [\Backend\Module\Calendar\Model\BusinessDayTypeHelper::WORKING_AT_HOME],
              'Thuiswerk'
          );
          die;
      }
      
      // Dispatch!
      
      $dispatcher->dispatch();
  • public __construct(string $message = '', int $code0, ?Throwable $previous = null)
    new \M\Exception\ResourceNotFoundException(string $message = '', int $code0, ?Throwable $previous = null)
    Inherited from Exception
    public __wakeup()
    $exception->__wakeup()
    Inherited from Exception
    final public getMessage(): string
    $exception->getMessage()
    Inherited from Exception
    final public getCode()
    $exception->getCode()
    Inherited from Exception
    final public getFile(): string
    $exception->getFile()
    Inherited from Exception
    final public getLine(): int
    $exception->getLine()
    Inherited from Exception
    final public getTrace(): array
    $exception->getTrace()
    Inherited from Exception
    final public getPrevious(): ?Throwable
    $exception->getPrevious()
    Inherited from Exception
    final public getTraceAsString(): string
    $exception->getTraceAsString()
    Inherited from Exception
    public __toString(): string
    $exception->__toString()
    Inherited from Exception
  • M\Exception\ResourceNotFoundException: Unable to construct Controller with path sitemap.xml in /web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M/Controller/Dispatcher.php:766
    Stack trace:
    #0 /web/multimedium/multimedium.be/bi-v2/releases/73/vendor/multimedium/core/src/M/Controller/Dispatcher.php(873): M\Controller\Dispatcher->getControllerCallback()
    #1 /web/multimedium/multimedium.be/bi-v2/releases/73/index.php(123): M\Controller\Dispatcher->dispatch()
    #2 {main}
    

Backtrace

$exception->getTrace() Debug Backtrace (2)
.../multimedium/core/src/M/Controller/Dispatcher.php:873 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:123 M\Controller\Dispatcher->dispatch()
$exception->getTrace()[1]
  • Source
  •         [\Backend\Module\Calendar\Model\BusinessDayTypeHelper::WORKING_AT_HOME],
            'Thuiswerk'
        );
        die;
    }
    
    // Dispatch!
    
    $dispatcher->dispatch();