17 lines
146 B
PHP
17 lines
146 B
PHP
|
<?php
|
||
|
if (!define("LIBERRORMSG_INC")){
|
||
|
define(LIBERRORMSG_INC,1);
|
||
|
|
||
|
class ErrorMsg{
|
||
|
|
||
|
function ErrorMsg(){
|
||
|
//constructeur}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|