nur-sery/nur_tests/b/impl/Two.php

11 lines
114 B
PHP
Raw Normal View History

2023-12-03 22:11:29 +04:00
<?php
namespace nur\b\impl;
use Exception;
class Two {
function f() {
throw new Exception("error");
}
}