mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 08:48:03 +08:00
43d1794423
Small fixes
5 lines
77 B
PHP
5 lines
77 B
PHP
<?php
|
|
|
|
namespace RainLoop\Exceptions;
|
|
|
|
class Exception extends \Exception {}
|