mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Allow to fail a task with a message via Mage_Task_ErrorWithMessageException
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class Mage_Task_ErrorWithMessageException
|
||||
extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user