mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
reverting my mistake
This commit is contained in:
parent
153152642c
commit
6ddf6dad36
1 changed files with 3 additions and 2 deletions
|
@ -226,6 +226,7 @@ class MissingActionException extends CakeException {
|
|||
parent::__construct($message, $code);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Private Action exception - used when a controller action
|
||||
* starts with a `_`.
|
||||
|
@ -354,7 +355,7 @@ class MissingDatasourceException extends CakeException {
|
|||
* @package Cake.Error
|
||||
*/
|
||||
class MissingTableException extends CakeException {
|
||||
protected $_messageTemplate = 'Database table %s for model %s was not found.';
|
||||
protected $_messageTemplate = 'Table %s for model %s was not found in datasource %s.';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -433,7 +434,7 @@ class ConfigureException extends CakeException { }
|
|||
|
||||
/**
|
||||
* Exception class for Socket. This exception will be thrown from CakeSocket, CakeEmail, HttpSocket
|
||||
* SmtpTransport and HttpResponse when it encounters an error.
|
||||
* SmtpTransport, MailTransport and HttpResponse when it encounters an error.
|
||||
*
|
||||
* @package Cake.Error
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue