Throw Exception if there is no addresses file

Fixes #14
This commit is contained in:
Oliver Davies 2019-04-01 13:19:01 +01:00
parent db97fb8d60
commit fbe1edf8f0
3 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1,5 @@
<?php
namespace Opdavies\GmailFilterBuilder\Exception;
class PartialNotFoundException extends \RuntimeException {}