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