Skip to content

Commit

Permalink
fix Exception class
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 16, 2017
1 parent 46eb4a9 commit 9854ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/LogicException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*/
namespace BEAR\ReactJsModule\Exception;

class LogicException extends \RuntimeException
class LogicException extends \LogicException
{
}

0 comments on commit 9854ead

Please sign in to comment.