| Total Complexity | 3 | 
| Total Lines | 15 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 5 | class CouldNotReceiveNotification extends StandardNotification  | 
            ||
| 6 | { | 
            ||
| 7 | public static function methodDoesNotExist()  | 
            ||
| 8 |     { | 
            ||
| 9 |         return new static('The toVodafone method does not exist in your notification class.'); | 
            ||
| 10 | }  | 
            ||
| 11 | |||
| 12 | public static function incorrectMessageClass()  | 
            ||
| 15 | }  | 
            ||
| 16 | |||
| 17 | public static function noNewMessages()  | 
            ||
| 22 |