Наследование: extends Exceptio\Exception
Пример #1
0
 public function __construct(array $feedConfiguration)
 {
     $this->feedConfiguration = $feedConfiguration;
     if (!str_contains($feedConfiguration['items'], '@')) {
         throw InvalidConfiguration::delimiterNotPresent($feedConfiguration['items']);
     }
 }