Skip to content

Commit

Permalink
Remove throw from ViewFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzymore committed Oct 2, 2023
1 parent 1183ee7 commit ac72359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ViewFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ public function creator($views, $callback)

public function addNamespace($namespace, $hints)
{
throw new \Exception('Not implemented');
//
}

public function replaceNamespace($namespace, $hints)
{
throw new \Exception('Not implemented');
//
}
}

0 comments on commit ac72359

Please sign in to comment.