1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-11-24 18:20:17 +01:00
Magallanes/Mage/Task/ErrorWithMessageException.php

6 lines
70 B
PHP
Raw Normal View History

<?php
class Mage_Task_ErrorWithMessageException
extends Exception
{
}