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