Skip to content

Commit

Permalink
Finalise exception class
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed Apr 25, 2018
1 parent 35481ad commit 7425246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoSuchClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @package Stratadox\Hydrate
* @author Stratadox
*/
class NoSuchClass extends RuntimeException implements InvalidMapper
final class NoSuchClass extends RuntimeException implements InvalidMapper
{
/**
* Produces an exception for when a class could not be loaded.
Expand Down

0 comments on commit 7425246

Please sign in to comment.