Skip to content
Snippets Groups Projects
Commit 4d99b5cb authored by Alex Barth's avatar Alex Barth
Browse files

Add existing() method that allows for making sure that a configurable actually...

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.
parent 37b606f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment