Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ncou committed Jan 7, 2021
1 parent 89f6aad commit 206f524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/TokenMismatchException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Represents an HTTP 412 error caused by a mismatched CSRF token
*/
class TokenMismatchException extends PreconditionFailedHttpException
final class TokenMismatchException extends PreconditionFailedHttpException
{
/**
* Constructor
Expand Down

0 comments on commit 206f524

Please sign in to comment.