Warning.php 214 B

12345678910111213
  1. <?php
  2. namespace ModulesGarden\Servers\KerioEmail\Core\HandlerError\Model;
  3. /**
  4. * Description of Warning
  5. *
  6. * @author Rafał Ossowski <rafal.os@modulesgarden.com>
  7. */
  8. class Warning extends AbstractModel
  9. {
  10. }