Переработка под iptvc
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) 2025, Антон Аксенов
|
||||
* This file is part of iptv.axenov.dev web interface
|
||||
* MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
@@ -8,8 +13,8 @@ use Exception;
|
||||
|
||||
class PlaylistNotFoundException extends Exception
|
||||
{
|
||||
public function __construct(string $id)
|
||||
public function __construct(string $code)
|
||||
{
|
||||
parent::__construct("Плейлист $id не найден!");
|
||||
parent::__construct("Плейлист '$code' не найден");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user