Commit f54854e3 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

ParametreBadTypeException

parent 5ee55b27
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
<?php

namespace UnicaenParametre\Exception;

use Exception;

class ParametreBadTypeException extends Exception {}
+0 −7
Original line number Diff line number Diff line
<?php

namespace parametre\src\UnicaenParametre\Exception;

use Exception;

class ParametreMalTypeException extends Exception {}
 No newline at end of file