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