gmail-filter-builder/src/Exception/PartialNotFoundException.php

6 lines
117 B
PHP
Raw Normal View History

<?php
namespace Opdavies\GmailFilterBuilder\Exception;
class PartialNotFoundException extends \RuntimeException {}