Skip to content
Snippets Groups Projects
user avatar
Alex Barth authored
Add existing() method that allows for making sure that a configurable actually exists when executing a method on it.
Usage:
try {
  ->existing()->action();
} catch(FeedsNotExistingException ) {}

Fix notices from setConfig() by making sure that all default values are present.
4d99b5cb
History