$e Exception#21 (7) "Exception: Sitemap.xml\Repository\Repository IRepository class not found in ...
  • Source
  • Properties (7)
  • Available methods (11)
  • self::$ViewData['Common'] = self::getCommon();
    if (self::$Debug) d("Ascension Core Debug Output");
    if (self::$Debug) d(self::$Resources);
    } catch (\Exception $e) {
    throw new \Exception($e);
    }
    }
    /**
    * @return void
    */
    private static function __output() {
  • protected message -> string (391) "Exception: Sitemap.xml\Repository\Repository IRepository class not found in ...
    Exception: Sitemap.xml\Repository\Repository IRepository class not found in /var/www/vhosts/hollandsandlong.co.uk/test/vendor/ascension/core/src/Core.php:219
    Stack trace:
    #0 /var/www/vhosts/hollandsandlong.co.uk/test/vendor/ascension/core/src/Core.php(56): Ascension\Core::__loader()
    #1 /var/www/vhosts/hollandsandlong.co.uk/test/public_html/index.php(36): Ascension\Core::ascend()
    #2 {main}
    
    private string -> string (0) ""
    protected code -> integer 0
    protected file -> string (77) "/var/www/vhosts/hollandsandlong.co.uk/test/vendor/ascension/core/src/Core.php"
    • File (11.3KB)
    • -rw-r--r-- 10013 1005 11.3KB Apr 25 2023 /var/www/vhosts/hollandsandlong.co.uk/test/vendor/ascension/core/src/Core.php
      
    protected line -> integer 252
    private trace -> Debug Backtrace (2)
    .../ascension/core/src/Core.php:56 Ascension\Core::__loader()
    • Source
    • $Request = new HTTP($_SERVER, $_REQUEST, file_get_contents('php://input'), $_FILES);
      $Request->defaultRoute['controller'] = self::$defaultRouting['controller'];
      $Request->defaultRoute['action'] = self::$defaultRouting['method'];
      self::__injectResource('HTTP', $Request);
      // Loader
      self::__loader();
      self::__output();
      }
      /**
      * Load data storage objects
      * @return void
      * @throws \Exception
    <ROOT>/index.php:36 Ascension\Core::ascend()
    • Source
    • }
      /* End of support for Cli based routing
      /* Add data storage objects here */
      Core::addDataStorageObjects();
      /* End of addDataStorageObjects */
      Core::ascend();
      } catch (Exception $e) {
      d($e);
      if (isset($e['xdebug_message'])) {
      echo $e['xdebug_message'];
      }
      }
    private previous -> null
  • public __construct(string $message = '', int $code0, ?Throwable $previous = null)
    new \Exception(string $message = '', int $code0, ?Throwable $previous = null)
    public __wakeup()
    final public getMessage(): string
    $e->getMessage()
    final public getCode()
    $e->getCode()
    final public getFile(): string
    $e->getFile()
    final public getLine(): int
    $e->getLine()
    final public getTrace(): array
    $e->getTrace()
    final public getPrevious(): ?Throwable
    $e->getPrevious()
    final public getTraceAsString(): string
    $e->getTraceAsString()
    public __toString(): string
    (string) $e
    private __clone(): void