Skip to content
Snippets Groups Projects

Test all the things!

Merged Andrew Hoffmann requested to merge ahoffmann/uw-php-security:preauth-test into master
17 files
+ 355
156
Compare changes
  • Side-by-side
  • Inline
Files
17
 
<?php
 
namespace edu\wisc\doit\uwphps\local;
 
 
/**
 
* Exception when JSON cannot be decoded
 
*/
 
class JsonDecodingException extends \RuntimeException
 
{
 
}
 
\ No newline at end of file
Loading