Skip to content

Commit e34f024

Browse files
committed
Removes @internal on AbstractHttpException::__construct
1 parent 7590d22 commit e34f024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Exceptions/AbstractHttpException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010
abstract class AbstractHttpException extends \RuntimeException implements StatusAwareInterface {
1111

12-
/** @internal */
1312
public function __construct( $message = '', ?\Throwable $previous = null ) {
1413
parent::__construct($message, $this->getHttpStatusCode(), $previous);
1514
}

0 commit comments

Comments
 (0)