[DOCS] Write exceptions chapter

This commit is contained in:
2021-07-28 19:21:14 +01:00
parent cfd771283a
commit 3c0f6b294f
5 changed files with 98 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ namespace App\Util\Exception;
use function App\Core\I18n\_m;
class NoSuchFileException extends ClientException
class NoSuchFileException extends NotFoundException
{
public function __construct()
{