Skip to content

Commit

Permalink
Merge pull request #7824 from geoidesic/geoidesic-extends-exception-p…
Browse files Browse the repository at this point in the history
…atch-1

Update errors.rst - code shown won't compile
  • Loading branch information
dereuromark committed Mar 19, 2024
2 parents a20d681 + 1a7f059 commit 47b0bd7
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 @@ -447,7 +447,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 47b0bd7

Please sign in to comment.