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

11 lines
114 B
PHP
Raw Normal View History

2024-11-28 15:39:23 +04:00
<?php
namespace nur\b\impl;
use Exception;
class Two {
function f() {
throw new Exception("error");
}
}