mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-23 20:34:12 +01:00
10 lines
195 B
PHP
10 lines
195 B
PHP
<?php
|
|
|
|
/**
|
|
* MissingColumnException - sent if an attribute is being created but the column is missing in the row
|
|
*
|
|
* @package iTopORM
|
|
*/
|
|
class MissingColumnException extends Exception
|
|
{
|
|
} |