export class RouterError<T, V = RouterStateSnapshot> {
  static readonly type = '[Router] RouterError';

  constructor(
    public routerState: V,