Skip to content
Snippets Groups Projects

ParametreBadTypeException

Closed Bertrand Gauthier requested to merge bertrand.gauthier-main-patch-44581 into main
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
namespace UnicaenParametre\Exception;
use Exception;
class ParametreBadTypeException extends Exception {}
Loading