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