summaryrefslogtreecommitdiff
path: root/src/ste/CantLoadTemplate.php
blob: 92604cc1b107c701ca448912ec6ad382219bf515 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace kch42\ste;

/**
 * An exception that a {@see StorageAccess} implementation can throw, if it is unable to load a template.
 */
class CantLoadTemplate extends StorageAccessFailure
{
}