| Lines 14-20
          use Exception::Class (
      
      
        Link Here | 
        
          | 14 |     'Koha::Exceptions::Object::PropertyNotFound' => { | 14 |     'Koha::Exceptions::Object::PropertyNotFound' => { | 
        
          | 15 |         isa => 'Koha::Exceptions::Object', | 15 |         isa => 'Koha::Exceptions::Object', | 
        
          | 16 |         description => "Invalid property", | 16 |         description => "Invalid property", | 
          
            
              | 17 |     } | 17 |     }, | 
            
              |  |  | 18 |     'Koha::Exceptions::Object::MethodNotCoveredByTests' => { | 
            
              | 19 |         isa => 'Koha::Exceptions::Object', | 
            
              | 20 |         description => "Method not covered by tests", | 
            
              | 21 |     }, | 
        
          | 18 | ); | 22 | ); | 
        
          | 19 |  | 23 |  | 
        
          | 20 | 1; | 24 | 1; |