opensupports/server/models/EXCEPTIONS.php

5 lines
74 B
PHP

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