We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7590d22 commit e34f024Copy full SHA for e34f024
src/Exceptions/AbstractHttpException.php
@@ -9,7 +9,6 @@
9
*/
10
abstract class AbstractHttpException extends \RuntimeException implements StatusAwareInterface {
11
12
- /** @internal */
13
public function __construct( $message = '', ?\Throwable $previous = null ) {
14
parent::__construct($message, $this->getHttpStatusCode(), $previous);
15
}
0 commit comments