Answer the question
In order to leave comments, you need to log in
Exception or Throwable?
Here is an example code:
try {
$this->startAnyMethod();
} catch (\Exception $e) {
$this->savelog($e);
} catch (\Throwable $e) {
$this->savelog($e);
}
Answer the question
In order to leave comments, you need to log in
это называется Pattern Overlay, по-русски наложение шаблона. Шаблон это как раз "точки". Этот плагин https://vegas.jaysalvat.com/ умеет такой эффект накладывать
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question