Answer the question
In order to leave comments, you need to log in
How to remove obscure underlines?
The class has a method for throwing exceptions
class Test{
/** @throws Exception */
private function error($txt){
throw new Exception($txt);
}
public function method1(){
$this->error('текст ошибки');
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question