diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-03-06 00:48:14 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-03-06 00:48:14 +0100 |
commit | b2a86c7df7d5a473e80034832a01b21444fa50e6 (patch) | |
tree | 2b18e08124ff3e8602a20ba27fef3ae4d066cc28 /src/HttpException.php | |
parent | df428380e288db75b41ace5d6274f44916517f9f (diff) |
Refactor
Diffstat (limited to 'src/HttpException.php')
-rw-r--r-- | src/HttpException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/HttpException.php b/src/HttpException.php new file mode 100644 index 0000000..85d2854 --- /dev/null +++ b/src/HttpException.php @@ -0,0 +1,6 @@ +<?php + +namespace FlatFileForms; + +class HttpException extends \Exception +{} |