Skip to content
Snippets Groups Projects
Select Git revision
  • d2b66434b6d194970e9e619c42faa4ec1e119d13
  • master default protected
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0
10 results

bootstrap.php

Blame
  • ClassNotExists.php 109 B
    <?php
    
    namespace WPDesk\PluginBuilder\Builder\Exception;
    
    class ClassNotExists extends \RuntimeException
    {
    
    }