Skip to content

Commit d4aa00e

Browse files
authored
Merge pull request #7965 from cakephp/ex
extends CakeException (es)
2 parents 7e89139 + 556822a commit d4aa00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/development/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ El constructor para :php:exc:`Cake\\Core\\Exception\\CakeException` te permite p
273273

274274
use Cake\Core\Exception\CakeException;
275275

276-
class MissingWidgetException extends Exception
276+
class MissingWidgetException extends CakeException
277277
{
278278
// Los datos del contexto se interpolan en esta cadena de formato.
279279
protected $_messageTemplate = 'Parece que falta %s.';

0 commit comments

Comments
 (0)