Skip to content

Commit

Permalink
Merge pull request #7962 from cakephp/saeideng-patch-1
Browse files Browse the repository at this point in the history
5.x - extends CakeException
  • Loading branch information
ADmad authored Nov 26, 2024
2 parents 0d4bfbb + 50c0136 commit 4b9effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/development/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ provide more context around your errors::

use Cake\Core\Exception\CakeException;

class MissingWidgetException extends Exception
class MissingWidgetException extends CakeException
{
// Context data is interpolated into this format string.
protected $_messageTemplate = 'Seems that %s is missing.';
Expand Down

0 comments on commit 4b9effc

Please sign in to comment.