1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2026-01-10 14:59:12 +01:00
Magallanes/Mage/Task/SkipException.php

6 lines
62 B
PHP
Raw Normal View History

<?php
class Mage_Task_SkipException
extends Exception
{
}