Skip to content

Commit

Permalink
Use base Error, not some weird thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Nov 6, 2017
1 parent cd034fc commit f175094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AntiCSRF.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Base64,
Binary
};
use PhpParser\Error;
use Error;

/**
* Copyright (c) 2015 - 2016 Paragon Initiative Enterprises <https://paragonie.com>
Expand Down

0 comments on commit f175094

Please sign in to comment.