mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
5 lines
74 B
PHP
Executable File
5 lines
74 B
PHP
Executable File
<?php
|
|
class EXCEPTIONS {
|
|
const NO_RESULT_FOUND = 'No result found';
|
|
}
|