Skip to content
Code-Schnipsel Gruppen Projekte
Exception.php 136 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    namespace QUI\Auth\Google2Fa;
    
    
    use QUI\Users\Exception as QUIExcpetion;
    
    
    class Exception extends QUIExcpetion
    {
        // nothing
    }