opensupports/server/data/EXCEPTIONS.php

5 lines
74 B
PHP
Raw Normal View History

2016-04-05 01:00:39 +02:00
<?php
class EXCEPTIONS {
const NO_RESULT_FOUND = 'No result found';
}