mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Big refactoring. Use of Namespaces and codestyles. PSR-0, PSR-1, PSR-2.
This commit is contained in:
@@ -8,8 +8,15 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
class Mage_Task_ErrorWithMessageException
|
||||
extends Exception
|
||||
{
|
||||
namespace Mage\Task;
|
||||
|
||||
}
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Exception that indicates that the Task has an Error and also a Message indicating the Error
|
||||
*
|
||||
* @author Andrés Montañez <andres@andresmontanez.com>
|
||||
*/
|
||||
class ErrorWithMessageException extends Exception
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user