mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-11-24 10:10:17 +01:00
6 lines
70 B
PHP
6 lines
70 B
PHP
|
|
<?php
|
||
|
|
class Mage_Task_ErrorWithMessageException
|
||
|
|
extends Exception
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|