aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/DataFormatException.php
blob: 50d25f56f984ceca74acf539a985be1f08e13f8f (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * Data format exception
 * An exception thrown when there is a problem in the format of some data.
 *
 * @package Elgg.Core
 * @subpackage Exceptions.Stub
 */
class DataFormatException extends Exception {}