Skip to content

Commit 2f476e2

Browse files
committed
Update exception description.
1 parent 6c4393f commit 2f476e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WaterPipe/Exceptions/UnsupportedRequestMethodException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ class UnsupportedRequestMethodException extends \Exception
3636
{
3737
public function __construct()
3838
{
39-
parent::__construct("The wanted request method is not supported at this time.");
39+
parent::__construct("The wanted request method is unknown or not supported at this time.");
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)