diff options
Diffstat (limited to 'src/ste/RuntimeError.php')
-rw-r--r-- | src/ste/RuntimeError.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ste/RuntimeError.php b/src/ste/RuntimeError.php index 51fd29d..e7d80d5 100644 --- a/src/ste/RuntimeError.php +++ b/src/ste/RuntimeError.php @@ -1,6 +1,6 @@ <?php -namespace kch42\ste; +namespace r7r\ste; /** * An Exception that a tag can throw, if a non-fatal runtime error occurred. |