Skip to content

Commit bb65a5c

Browse files
committed
#5 Incorrect error name
Use static:: constant accessors in ForbiddenHttpException
1 parent 0025472 commit bb65a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ForbiddenHttpException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public function __construct(
4040
Exception $previous = null
4141
) {
4242
parent::__construct(
43-
self::HTTP_CODE,
44-
self::ERROR,
43+
static::HTTP_CODE,
44+
static::ERROR,
4545
$errorDescription,
4646
$errorData,
4747
$userTitle,

0 commit comments

Comments
 (0)