Skip to content
Snippets Groups Projects
Select Git revision
  • 631d2eeb8e99a0f6fce9d0f597d8f2a326ae0b19
  • develop default
  • main protected
3 results

openapi.html

Blame
  • MigrationException.php 213 B
    <?php
    
    declare(strict_types=1);
    
    namespace SimpleSAML\Module\accounting\Exceptions\StoreException;
    
    use SimpleSAML\Module\accounting\Exceptions\StoreException;
    
    class MigrationException extends StoreException
    {
    }