Initialization

This commit is contained in:
2020-04-09 10:50:49 +02:00
commit f6712b5b13
4 changed files with 222 additions and 0 deletions

7
BMailException.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
namespace BMail;
class BMailException extends \Exception {}