Skip to content

Commit

Permalink
AdminBusinessLogicControlException must implement \Throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Feb 2, 2022
1 parent db52fbe commit 7b57603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MiddleWare/AdminBusinessLogicControlException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
namespace Baraja\Cms\MiddleWare;


interface AdminBusinessLogicControlException
interface AdminBusinessLogicControlException extends \Throwable
{
}

0 comments on commit 7b57603

Please sign in to comment.