- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
.............
try {
$good = $admin->isest ? true : false;
if(!$good) throw new adminException('Ошибка!');
}catch (Exception $e){
{
try {
if($admin->isnet) throw new adminException('Админа нет!');
}catch (adminException $e){
echo $e->getMessage();
{
}
................
$admin->isda
....