opensupports/server/data/EXCEPTIONS.php

5 lines
74 B
PHP

<?php
class EXCEPTIONS {
const NO_RESULT_FOUND = 'No result found';
}