Skip to content

Commit

Permalink
Merge pull request #7965 from cakephp/ex
Browse files Browse the repository at this point in the history
extends CakeException (es)
  • Loading branch information
markstory authored Nov 29, 2024
2 parents 7e89139 + 556822a commit d4aa00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es/development/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ El constructor para :php:exc:`Cake\\Core\\Exception\\CakeException` te permite p

use Cake\Core\Exception\CakeException;

class MissingWidgetException extends Exception
class MissingWidgetException extends CakeException
{
// Los datos del contexto se interpolan en esta cadena de formato.
protected $_messageTemplate = 'Parece que falta %s.';
Expand Down

0 comments on commit d4aa00e

Please sign in to comment.