Completed
Push — develop ( 3b12ab...668576 )
by Simon
02:22
created
src/exceptions/ForbiddenException.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
 /**
15 15
  * 403 Forbidden Exception
16 16
  */
17
-class ForbiddenException extends \yolk\app\Exception {
17
+class ForbiddenException extends \yolk\app\Exception {
18 18
 
19
-	public function __construct( $message = 'Forbidden', \Exception $previous = null ) {
19
+	public function __construct( $message = 'Forbidden', \Exception $previous = null ) {
20 20
 		parent::__construct($message, 403, $previous);
21 21
 	}
22 22
 
Please login to merge, or discard this patch.