opensupports/server/data/EXCEPTIONS.php

5 lines
74 B
PHP
Executable File

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