blob: be443efce063c4f06a37ade172c9df3c39c97b9a (
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 {}
|