7 lines
77 B
PHP
7 lines
77 B
PHP
<?php
|
|
/**
|
|
*/
|
|
class Turba_Exception_NotSupported extends Turba_Exception
|
|
{
|
|
}
|