@@ -6,8 +6,6 @@ |
||
6 | 6 | */ |
7 | 7 | namespace Ray\Aop\Exception; |
8 | 8 | |
9 | -use Ray\Di\Exception\ExceptionInterface; |
|
10 | - |
|
11 | 9 | class NotWritableException extends \LogicException |
12 | 10 | { |
13 | 11 | } |