1 <?php namespace CupOfTea\EasyCfg\Exceptions; 2 3 use Exception; 4 5 class InvalidKeyException extends Exception {} 6