• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • app
  • Exceptions
  • PermissionsException.php
  • Dan Brown's avatar
    Refactored some permission controls and increased testing for roles system · 8e274a5a
    8e274a5a
    Dan Brown authored 2016-03-02 22:35:01 +0000
PermissionsException.php 103 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
<?php namespace BookStack\Exceptions;


use Exception;

class PermissionsException extends Exception {}