mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-05 21:15:33 +01:00
6 lines
117 B
PHP
6 lines
117 B
PHP
|
<?php
|
||
|
|
||
|
namespace Opdavies\GmailFilterBuilder\Exception;
|
||
|
|
||
|
class PartialNotFoundException extends \RuntimeException {}
|