Skip to content

Commit

Permalink
Extend \RuntimeException instead of \Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ycecube committed May 4, 2021
1 parent c7217be commit 790bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Defines a common exception specific to this library.
*/
class RuntimeException extends \Exception
class RuntimeException extends \RuntimeException
{
}
}

0 comments on commit 790bd9c

Please sign in to comment.