mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
5 lines
77 B
PHP
5 lines
77 B
PHP
<?php
|
|
|
|
namespace RainLoop\Exceptions;
|
|
|
|
class Exception extends \Exception {}
|