]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ConfirmationEmailException.php
Removes some unused code.
[bookstack] / app / Exceptions / ConfirmationEmailException.php
index 570eed2e90f32782daea2c3f5b2c2cc2cf0f6276..8736422c4e6cdee47ad439a16fa0b9ca2a487381 100644 (file)
@@ -1,7 +1,4 @@
-<?php namespace Oxbow\Exceptions;
+<?php namespace BookStack\Exceptions;
 
 
-class ConfirmationEmailException extends NotifyException
-{
-
-}
\ No newline at end of file
+class ConfirmationEmailException extends NotifyException {}
\ No newline at end of file