diff options
author | Wolfy-J <[email protected]> | 2018-09-23 14:00:08 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-23 14:00:08 +0300 |
commit | f7d64d8e8592951ed5a0f0b06db608bc73786ea2 (patch) | |
tree | 1bdef1618288221495f1f38bb528e71cca907e2e /php-src/Exceptions | |
parent | 4815ebb760672c7fa541c941d7f47cd316656020 (diff) |
- new directory structure
- singular exception
- starting exception deprecation
Diffstat (limited to 'php-src/Exceptions')
-rw-r--r-- | php-src/Exceptions/RoadRunnerException.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/php-src/Exceptions/RoadRunnerException.php b/php-src/Exceptions/RoadRunnerException.php deleted file mode 100644 index fa7b8da3..00000000 --- a/php-src/Exceptions/RoadRunnerException.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/** - * High-performance PHP process supervisor and load balancer written in Go - * - * @author Wolfy-J - */ - -namespace Spiral\RoadRunner\Exceptions; - -class RoadRunnerException extends \RuntimeException -{ - -}
\ No newline at end of file |